started property
- @JsonKey.new(name: 'started', toJson: SonarrUtilities.dateTimeToJson, fromJson: SonarrUtilities.dateTimeFromJson)
getter/setter pair
DateTime that the command was started
Implementation
@JsonKey(
name: 'started',
toJson: SonarrUtilities.dateTimeToJson,
fromJson: SonarrUtilities.dateTimeFromJson,
)
DateTime? started;