AssetReportUser constructor

AssetReportUser({
  1. String? clientUserId,
  2. String? firstName,
  3. String? middleName,
  4. String? lastName,
  5. String? ssn,
  6. String? phoneNumber,
  7. String? email,
})

Implementation

AssetReportUser({
  this.clientUserId,
  this.firstName,
  this.middleName,
  this.lastName,
  this.ssn,
  this.phoneNumber,
  this.email,
});