UserOrganization class

Constructors

UserOrganization({required String userId, String orgName = "", String orgAddr1 = "", String orgAddr2 = "", String orgCity = "", String orgProvince = "", String orgCountry = "", String orgZip = "", String orgWeb = "", String orgEmail = "", String orgPhone = ""})

Properties

hashCode int
The hash code for this object.
no setterinherited
orgAddr1 String
getter/setter pair
orgAddr2 String
getter/setter pair
orgCity String
getter/setter pair
orgCountry String
getter/setter pair
orgEmail String
getter/setter pair
orgName String
getter/setter pair
orgPhone String
getter/setter pair
orgProvince String
getter/setter pair
orgWeb String
getter/setter pair
orgZip String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
final

Methods

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

Operators

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