creationDate property
If the entry has a date at which it was created, this is that date.
Implementation
@JsonKey(name:'creationDate')
String? creationDate;
If the entry has a date at which it was created, this is that date.
@JsonKey(name:'creationDate')
String? creationDate;