FilePresentation class

The FilePresentation class gathers information about a file presentation.

Note: This class is currently supported only on Android devices.

Constructors

FilePresentation(String id, int imageCount, Participant owner, int position)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The file ID.
getter/setter pair
imageCount int
The number of images within the file presentation.
getter/setter pair
owner Participant
The file owner.
getter/setter pair
position int
The number of the currently displayed image.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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