TautulliDateFormat class

Model to store the date and time formats.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliDateFormat({String? dateFormat, String? timeFormat})
TautulliDateFormat.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliDateFormat object.
factory

Properties

dateFormat String?
Date format.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeFormat String?
Time format.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a TautulliDateFormat 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