CustomerFiles constructor

CustomerFiles({
  1. String? signatureCustomer,
  2. String? humanBlankUri,
  3. String? passportBlankUri,
  4. String? registrationBlankUri,
  5. String? otherBlankUri,
})

Implementation

CustomerFiles({
  this.signatureCustomer,
  this.humanBlankUri,
  this.passportBlankUri,
  this.registrationBlankUri,
  this.otherBlankUri,
});