createdAt property

  1. @JsonKey(name: 'created_at')
DateTime? createdAt
final

Time this organization was created

Implementation

@JsonKey(name: 'created_at')
final DateTime? createdAt;