MessageAttachment class
Constructors
-
MessageAttachment({String? audioUrl, String? authorIcon, String? authorLink, String? authorName, bool? collapsed, String? color, List<
MessageAttachmentField> ? fields, String? imageUrl, String? messageLink, String? text, String? thumbUrl, String? title, String? titleLink, bool? titleLinkDownload, DateTime? ts, String? videoUrl}) -
MessageAttachment.fromMap(Map<
String, dynamic> json)
Properties
- audioUrl ↔ String?
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
- collapsed ↔ bool?
-
getter/setter pair
- color ↔ String?
-
getter/setter pair
-
fields
↔ List<
MessageAttachmentField> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- imageUrl ↔ String?
-
getter/setter pair
- messageLink ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ String?
-
getter/setter pair
- thumbUrl ↔ String?
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
- titleLink ↔ String?
-
getter/setter pair
- titleLinkDownload ↔ bool?
-
getter/setter pair
- ts ↔ DateTime?
-
getter/setter pair
- videoUrl ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override