startedOn property
When the stage started.
Example: 2021-03-09T00:55:03.923456Z
Implementation
@JsonKey(name: 'started_on')
late DateTime? startedOn;
When the stage started.
Example: 2021-03-09T00:55:03.923456Z
@JsonKey(name: 'started_on')
late DateTime? startedOn;