PostItem class

Single item of Post represented with an Attachment.

Constructors

PostItem.new(Attachment attachment)

Properties

attachment Attachment
Attachment itself.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
video Rx<ReactivePlayerController?>
ReactivePlayerController of the video, if this attachment is one.
final

Methods

dispose() → void
Disposes this PostItem.
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