UserData class

Constructors

UserData({String id = "", String name = "", String role = "", String phone = "", String logoServerPath = "", bool providerApp = false, String email = "", String fcb = "", required List<AddressData> address, bool visible = true, String providerName = "", String providerAddress = "", String providerDesc = "", String providerLogoLocalFile = "", String providerLogoServerPath = "", List<String> providerCategory = const [], List<LatLng> providerWorkArea = const []})
UserData.createEmpty()
factory
UserData.fromJson(String id, Map<String, dynamic> data)
factory

Properties

address List<AddressData>
getter/setter pair
all int
getter/setter pair
email String
final
fcb String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
final
lastMessage String
getter/setter pair
lastMessageTime DateTime?
getter/setter pair
listen StreamSubscription<DocumentSnapshot<Object?>>?
getter/setter pair
logoServerPath String
getter/setter pair
name String
getter/setter pair
phone String
final
providerAddress String
getter/setter pair
providerApp bool
final
providerCategory List<String>
getter/setter pair
providerDesc String
getter/setter pair
providerLogoLocalFile String
getter/setter pair
providerLogoServerPath String
getter/setter pair
providerName String
getter/setter pair
providerWorkArea List<LatLng>
getter/setter pair
role String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unread int
getter/setter pair
visible bool
getter/setter pair

Methods

compareToAll(UserData b) int
compareToUnread(UserData b) int
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