ChatInfoQuote class
ChatItemQuote of a ChatInfo.
- Inheritance
-
- Object
- ChatItemQuote
- ChatInfoQuote
- Annotations
Constructors
- ChatInfoQuote({ChatItem? original, required UserId author, required PreciseDateTime at, required ChatInfoAction? action})
-
ChatInfoQuote.fromJson(Map<
String, dynamic> json) -
Constructs a ChatInfoQuote from the provided
json
.factory
Properties
- action → ChatInfoAction?
-
ChatMessageText the quoted ChatMessage had when this ChatItemQuote
was made.
final
- at → PreciseDateTime
-
PreciseDateTime when the quoted ChatItem was created.
finalinherited
-
User who created the quoted ChatItem.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- original → ChatItem?
-
Quoted ChatItem.
finalinherited
- 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 ChatInfoQuote.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited