creationDate property
Date the application was first added to our database.
Implementation
@JsonKey(name:'creationDate')
String? creationDate;
Date the application was first added to our database.
@JsonKey(name:'creationDate')
String? creationDate;