ChatCallQuote class
ChatItemQuote of a ChatCall.
- Inheritance
-
- Object
- ChatItemQuote
- ChatCallQuote
- Annotations
Constructors
- ChatCallQuote({ChatItem? original, required UserId author, required PreciseDateTime at})
-
ChatCallQuote.fromJson(Map<
String, dynamic> json) -
Constructs a ChatCallQuote from the provided
json
.factory
Properties
- 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 ChatCallQuote.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited