NewsSlide class
A single Slide of a NewsEntry
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
colors(
) → Colorize? - The color setting
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
msgContent(
) → MsgContent - if this is a media, hand over the description
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
references(
) → FfiListObjRef - the references linked in this slide
-
sourceBinary(
ThumbnailSize? thumbSize) → Future< FfiBufferUint8> - if this is a media, hand over the data if thumb size is given, media thumbnail is returned if thumb size is not given, media file is returned
-
toString(
) → String -
A string representation of this object.
inherited
-
typeStr(
) → String - the content of this slide
-
uniqueId(
) → String - the unique, predictable ID for this slide
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited