KemproApiV2DevicesIdSignaturesPost$RequestBody constructor

const KemproApiV2DevicesIdSignaturesPost$RequestBody({
  1. String? file,
  2. String? email,
  3. HomeownerConsentActionV2? action,
  4. String? firstName,
  5. String? lastName,
})

Implementation

const KemproApiV2DevicesIdSignaturesPost$RequestBody({
  this.file,
  this.email,
  this.action,
  this.firstName,
  this.lastName,
});