creationDate property

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

Date the application was first added to our database.

Implementation

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