Organization class

Constructors

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})
Organization.fromJson(Map<String, dynamic> json)
factory

Properties

active bool?
getter/setter pair
calculator bool?
getter/setter pair
cellphone String?
getter/setter pair
ciComplement String?
getter/setter pair
ciExtension String?
getter/setter pair
ciNumber String?
getter/setter pair
createdAt DateTime?
getter/setter pair
email String?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
lastName String?
getter/setter pair
legalRepresentativeCellphone String?
getter/setter pair
legalRepresentativeCiComplement String?
getter/setter pair
legalRepresentativeCiExtension String?
getter/setter pair
legalRepresentativeCiNumber String?
getter/setter pair
legalRepresentativeEmail String?
getter/setter pair
legalRepresentativeFirstName String?
getter/setter pair
legalRepresentativeLastName String?
getter/setter pair
nitNumber String?
getter/setter pair
password String?
getter/setter pair
rate bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair
updatedAt DateTime?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited