KemApiV3DevicesIdSignaturesPost$RequestBody constructor
- String? file,
- String? email,
- HomeownerConsentActionDTO? action,
- String? firstName,
- String? lastName,
Implementation
const KemApiV3DevicesIdSignaturesPost$RequestBody({
this.file,
this.email,
this.action,
this.firstName,
this.lastName,
});