updatedAt property

  1. @JsonKey(name: 'updated_at')
DateTime? updatedAt
getter/setter pair

Time this organization was updated

Implementation

@JsonKey(name: 'updated_at')
DateTime? updatedAt;