MessageReaction class
Constructors
- MessageReaction({String? id, int? messageId, String? reaction, String? uid, int? reactedAt, User? reactedBy})
- MessageReaction.fromMap(dynamic map)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
read / write
- messageId ↔ int?
-
read / write
- reactedAt ↔ int?
-
read / write
- reactedBy ↔ User?
-
read / write
- reaction ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- uid ↔ String?
-
read / write
Methods
-
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