ChatItemQuote class abstract

Quote of a ChatItem.

Implementers

Constructors

ChatItemQuote({ChatItem? original, required UserId author, required PreciseDateTime at})
const
ChatItemQuote.from(ChatItem item)
Constructs a ChatItemQuote from the provided ChatItem.
factory
ChatItemQuote.fromJson(Map<String, dynamic> json)
Constructs a ChatItemQuote from the provided json.
factory

Properties

at PreciseDateTime
PreciseDateTime when the quoted ChatItem was created.
final
author UserId
User who created the quoted ChatItem.
final
hashCode int
The hash code for this object.
no setterinherited
original ChatItem?
Quoted ChatItem.
final
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 ChatItemQuote.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited