MetadataAudiobookModel class
Constructors
-
MetadataAudiobookModel({List<
String> ? authors, String? publisher, String? publishedDate, String? description, int? pageCount, String? language, String? thumbnail, String? thumbnailBlurHash, List<MetadataAudiobookChapter> ? chapters}) -
MetadataAudiobookModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
final
-
chapters
→ List<
MetadataAudiobookChapter> ? -
final
- description → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- language → String?
-
final
- pageCount → int?
-
final
- publishedDate → String?
-
final
- publisher → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbnail → String?
-
final
- thumbnailBlurHash → 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