OrganizationModel class

Constructors

OrganizationModel.new({required String organizationName, required String organizationCity, required String organizationPhoneNumber, required DateTime createdAt, required String organizationEmail, String? organizationTaxNumber, String? organizationInviteCode})
OrganizationModel.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt DateTime
final
hashCode int
The hash code for this object.
no setterinherited
organizationCity String
final
organizationEmail String
final
organizationInviteCode String?
final
organizationName String
final
organizationPhoneNumber String
final
organizationTaxNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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