ArtistInfoRemoteSearchQuery class
- Available extensions
- Annotations
-
- @CopyWith.new()
- @JsonSerializable.new(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)
Constructors
- ArtistInfoRemoteSearchQuery({ArtistInfo? searchInfo, String? itemId, String? searchProviderName, bool? includeDisabledProviders})
- Returns a new ArtistInfoRemoteSearchQuery instance.
-
ArtistInfoRemoteSearchQuery.fromJson(Map<
String, dynamic> json) -
factory
Properties
- copyWith → _$ArtistInfoRemoteSearchQueryCWProxy
-
Available on ArtistInfoRemoteSearchQuery, provided by the $ArtistInfoRemoteSearchQueryCopyWith extension
Returns a callable class used to build a new instance with modified fields. Example:instanceOfArtistInfoRemoteSearchQuery.copyWith(...)orinstanceOfArtistInfoRemoteSearchQuery.copyWith.fieldName(...).no setter - hashCode → int
-
The hash code for this object.
no setteroverride
- includeDisabledProviders → bool?
-
Gets or sets a value indicating whether disabled providers should be included.
final
- itemId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchInfo → ArtistInfo?
-
final
- searchProviderName → String?
-
Gets or sets the provider name to search within if set.
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