Organization constructor
Organization(- {int? id,
- String? nitNumber,
- String? firstName,
- String? lastName,
- String? ciNumber,
- String? ciExtension,
- String? ciComplement,
- String? email,
- String? cellphone,
- String? password,
- String? type,
- bool? calculator,
- String? legalRepresentativeFirstName,
- String? legalRepresentativeLastName,
- String? legalRepresentativeCiNumber,
- String? legalRepresentativeCiExtension,
- String? legalRepresentativeCiComplement,
- String? legalRepresentativeEmail,
- String? legalRepresentativeCellphone,
- bool? rate,
- bool? active,
- DateTime? createdAt,
- DateTime? updatedAt}
)
Implementation
Organization({
this.id,
this.nitNumber,
this.firstName,
this.lastName,
this.ciNumber,
this.ciExtension,
this.ciComplement,
this.email,
this.cellphone,
this.password,
this.type,
this.calculator,
this.legalRepresentativeFirstName,
this.legalRepresentativeLastName,
this.legalRepresentativeCiNumber,
this.legalRepresentativeCiExtension,
this.legalRepresentativeCiComplement,
this.legalRepresentativeEmail,
this.legalRepresentativeCellphone,
this.rate,
this.active,
this.createdAt,
this.updatedAt,
});