NestedChatContact class

Record in an address book of the authenticated MyUser.

Annotations

Constructors

NestedChatContact(ChatContactId id, UserName name)
NestedChatContact.from(ChatContact contact)
Constructs a NestedChatContact from the provided ChatContact.
NestedChatContact.fromJson(Map<String, dynamic> json)
Constructs a NestedChatContact from the provided json.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id ChatContactId
Unique ID of this NestedChatContact.
final
name UserName
Custom UserName of this NestedChatContact given by the authenticated MyUser.
getter/setter pair
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>
Returns a Map representing this NestedChatContact.
toString() String
A string representation of this object.
inherited

Operators

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