started property

  1. @JsonKey(name: 'started', toJson: RadarrUtilities.dateTimeToJson, fromJson: RadarrUtilities.dateTimeFromJson)
DateTime? started
getter/setter pair

Implementation

@JsonKey(name: 'started', toJson: RadarrUtilities.dateTimeToJson, fromJson: RadarrUtilities.dateTimeFromJson)
DateTime? started;