FileVersionThumbnail class

Constructors

FileVersionThumbnail({String? imageType, required EncryptedCID cid, required double aspectRatio, Uint8List? thumbhash})
FileVersionThumbnail.decode(Map<int, dynamic> data)
factory

Properties

aspectRatio double
getter/setter pair
cid EncryptedCID
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbhash Uint8List?
getter/setter pair

Methods

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

Operators

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