updatedDate property

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

The last time anything in this Institution changed, expressed as an ISO 8601 date string. This date is updated for any change at all, including increases in various counts.

Implementation

@JsonKey(name: 'updated_date')
String? updatedDate;