AllThemeMediaResult class
- Available extensions
- Annotations
-
- @CopyWith.new()
- @JsonSerializable.new(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)
Constructors
- AllThemeMediaResult({ThemeMediaResult? themeVideosResult, ThemeMediaResult? themeSongsResult, ThemeMediaResult? soundtrackSongsResult})
- Returns a new AllThemeMediaResult instance.
-
AllThemeMediaResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- copyWith → _$AllThemeMediaResultCWProxy
-
Available on AllThemeMediaResult, provided by the $AllThemeMediaResultCopyWith extension
Returns a callable class used to build a new instance with modified fields. Example:instanceOfAllThemeMediaResult.copyWith(...)orinstanceOfAllThemeMediaResult.copyWith.fieldName(...).no setter - hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- soundtrackSongsResult → ThemeMediaResult?
-
Class ThemeMediaResult.
final
- themeSongsResult → ThemeMediaResult?
-
Class ThemeMediaResult.
final
- themeVideosResult → ThemeMediaResult?
-
Class ThemeMediaResult.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override