ChatUser class
This class creates JSON code for chat user using the JsonSerializable package.
Annotations
: - @JsonSerializable
Constructors
[ChatUser][]
:
[ChatUser.fromJson][([[Map[<[String], dynamic>]] json])]
: ::: factory :::
Properties
: ::: features getter/setter pair :::
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
: ::: features getter/setter pair :::
: ::: features getter/setter pair :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toJson][ [→ Map[<[String], dynamic>]] ]
:
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::