MetadataModel class
Constructors
- MetadataModel.new({required String id, required String parentId, String? title, String? category, MetadataMovieModel? movie, MetadataShowModel? show, MetadataSeasonModel? season, MetadataEpisodeModel? episode, MetadataBookModel? book, MetadataAudiobookModel? audiobook})
-
MetadataModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- audiobook → MetadataAudiobookModel?
-
final
- book → MetadataBookModel?
-
final
- category → String?
-
final
- episode → MetadataEpisodeModel?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- movie → MetadataMovieModel?
-
final
- parentId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- season → MetadataSeasonModel?
-
final
- show → MetadataShowModel?
-
final
- title → 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