MediaBuilderDetail class

Constructors

MediaBuilderDetail({required String? id, required String? filePath, required String? fileType, String? createdAt, String? updatedAt, Map<String, String>? tags, Map<String, dynamic>? metadata, String? durationMilliseconds, String? remoteId, String? remoteURL, String? transcriptionURL, String? transcriptionLength, String? status, double? progress})
MediaBuilderDetail.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt String?
final
durationMilliseconds String?
final
filePath String?
final
fileType String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
metadata Map<String, dynamic>?
final
progress double?
getter/setter pair
remoteId String?
final
remoteURL String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
tags Map<String, String>?
final
transcriptionLength String?
final
transcriptionURL String?
final
updatedAt String?
getter/setter pair

Methods

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.
override

Operators

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