QuotedMessageSnapshot class
Provides a snapshot of the content of the quoted message at the time of quoting or forwarding
Constructors
-
QuotedMessageSnapshot({List<
Annotation> ? annotations, List<Attachment> ? attachments, String? formattedText, String? sender, String? text}) - QuotedMessageSnapshot.fromJson(Map json_)
Properties
-
annotations
↔ List<
Annotation> ? -
Annotations parsed from the text body of the quoted message.
getter/setter pair
-
attachments
↔ List<
Attachment> ? -
Attachments that were part of the quoted message.
getter/setter pair
- formattedText ↔ String?
-
Contains the quoted message
textwith markups added to support rich formatting like hyperlinks,custom emojis, markup, etc.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sender ↔ String?
-
The quoted message's author name.
getter/setter pair
- text ↔ String?
-
Snapshot of the quoted message's text content.
getter/setter pair
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