createdAt property

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

ISO8601 timestamp of when the invite was created

Implementation

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