Content constructor
Content({
- String? customerId,
- String? firstName,
- String? middleName,
- String? lastName,
- String? contactNumber,
- String? emailId,
- dynamic alternateContactNumber,
- String? status,
- String? addressLine1,
- String? addressLine2,
- String? addressLine3,
- String? postalCode,
- String? address,
- String? customerType,
- String? partnerId,
- int? partnerTypeId,
- String? partnerTypeName,
- String? partnerName,
- dynamic tin,
- String? createdById,
- String? createdByName,
- dynamic createdDate,
- dynamic updatedById,
- dynamic updatedByName,
- dynamic updateDate,
- dynamic erpAccountNumber,
- dynamic erpLocation,
- dynamic invoiceType,
- bool? anonymous,
Implementation
Content({
this.customerId,
this.firstName,
this.middleName,
this.lastName,
this.contactNumber,
this.emailId,
this.alternateContactNumber,
this.status,
this.addressLine1,
this.addressLine2,
this.addressLine3,
this.postalCode,
this.address,
this.customerType,
this.partnerId,
this.partnerTypeId,
this.partnerTypeName,
this.partnerName,
this.tin,
this.createdById,
this.createdByName,
this.createdDate,
this.updatedById,
this.updatedByName,
this.updateDate,
this.erpAccountNumber,
this.erpLocation,
this.invoiceType,
this.anonymous,
});