creationDate property

  1. @JsonKey(name: 'creationDate')
String? creationDate
getter/setter pair

If the entry has a date at which it was created, this is that date.

Implementation

@JsonKey(name:'creationDate')
String? creationDate;