SonarrTag class

Model for a series tag from Sonarr.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

SonarrTag({int? id, String? label})
SonarrTag.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a SonarrTag object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
Tag identifier
getter/setter pair
label String?
Label of the tag
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a SonarrTag object to a JSON map.
toString() String
Returns a JSON-encoded string version of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited