MediaItem class
Constructors
-
MediaItem({String? id, String? createdDate, String? remoteId, String? uploadedFileUrl, Map<
String, String> ? metaData, Map<String, String> ? tags, String? transcriptionUrl, String? transcriptionLength, String? fileType, String? title, String? duration, bool? addedToLibrary}) -
MediaItem.fromJson(Map<
String, dynamic> json) -
factory
Properties
- addedToLibrary → bool?
-
final
- createdDate → String?
-
final
- duration → String?
-
final
- fileType → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
-
metaData
→ Map<
String, String> ? -
final
- remoteId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
final
- title → String?
-
final
- transcriptionLength → String?
-
final
- transcriptionUrl → String?
-
final
- uploadedFileUrl → String?
-
final
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited