MediaItem class

ChatItem with its Attachments.

Implemented types

Constructors

MediaItem.new(List<Attachment> attachments, ChatItem? item)

Properties

attachments List<Attachment>
Attachment themselves.
final
hashCode int
The hash code for this object.
no setteroverride
id String
Returns the ID of this MediaItem.
no setter
item ChatItem?
ChatItem itself.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(MediaItem other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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