FileConverted class

The FileConverted class gathers information about a converted file.

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

Constructors

FileConverted(String id, int imageCount, String? name, String? ownerId, num? size)

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 converted file.
getter/setter pair
name String?
The file name.
getter/setter pair
ownerId String?
The ID of the participant who converted the file.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size num?
The size of the converted file.
getter/setter pair

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