createdOn property
When the zone was created
Example: 2014-01-01T05:20:00.12345Z
Implementation
@JsonKey(name: 'created_on', required: true)
late String createdOn;
When the zone was created
Example: 2014-01-01T05:20:00.12345Z
@JsonKey(name: 'created_on', required: true)
late String createdOn;