SeriesInfoRemoteSearchQuery class

Available extensions
Annotations
  • @CopyWith.new()
  • @JsonSerializable.new(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

SeriesInfoRemoteSearchQuery({SeriesInfo? searchInfo, String? itemId, String? searchProviderName, bool? includeDisabledProviders})
Returns a new SeriesInfoRemoteSearchQuery instance.
SeriesInfoRemoteSearchQuery.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$SeriesInfoRemoteSearchQueryCWProxy

Available on SeriesInfoRemoteSearchQuery, provided by the $SeriesInfoRemoteSearchQueryCopyWith extension

Returns a callable class used to build a new instance with modified fields. Example: instanceOfSeriesInfoRemoteSearchQuery.copyWith(...) or instanceOfSeriesInfoRemoteSearchQuery.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 SeriesInfo?
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