ImMessage class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ num?
-
getter/setter pair
- isSender ↔ bool?
-
getter/setter pair
- messageContent ↔ dynamic
-
getter/setter pair
- messageStatus ↔ dynamic
-
getter/setter pair
- messageTime ↔ num?
-
getter/setter pair
- messageType ↔ dynamic
-
getter/setter pair
- receiverAvatar ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- senderAvatar ↔ String?
-
getter/setter pair
- uid ↔ num?
-
getter/setter pair
Methods
-
copyWith(
{num? id, num? uid, bool? isSender, String? senderAvatar, String? receiverAvatar, dynamic messageContent, dynamic messageType, dynamic messageStatus, num? messageTime}) → ImMessage -
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