VideoData class

Inheritance

Constructors

VideoData({required String? albumId, required String assetId, required String? uri, required int durationMs, required Uint8List? imageData})

Properties

albumId String?
finalinherited
assetId String
finalinherited
durationMs int
final
hashCode int
The hash code for this object.
no setterinherited
imageData Uint8List?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type MediaType
finalinherited
uri String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map json) VideoData
override