Media class

Constructors

Media(FileType? fileType, VerificationAction? movement, MediaType? mediaType, String? videoPath, String? bestShotPath, String? preferredMediaPath, String? archivePath, MediaTag? tag, String? losslessFrame, {String? dataContainerId, Uint8List? dataContainerBytes})

Properties

archivePath String?
getter/setter pair
bestShotPath String?
getter/setter pair
dataContainerBytes Uint8List?
getter/setter pair
dataContainerId String?
getter/setter pair
fileType FileType?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
losslessFrame String?
getter/setter pair
mediaType MediaType?
getter/setter pair
movement VerificationAction?
getter/setter pair
photoPath String?
getter/setter pair
preferredMediaPath String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag MediaTag?
getter/setter pair
videoPath String?
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJson(dynamic data) Media