TautulliNotifierParameter class

Model to store information about a Tautulli notifier parameters.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliNotifierParameter({String? name, String? type, String? value})
TautulliNotifierParameter.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliNotifierParameter objecParametert.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the notifier parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of data stored in this parameter.
final
value String?
The key to the notifier parameter.
final

Methods

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

Operators

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