SonarrLanguageProfileCutoff class

Model for a language profile cutoffs from Sonarr.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
Identifier of the cutoff profile
getter/setter pair
name String?
Name of the cutoff profile
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 SonarrLanguageProfileCutoff 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