maxAge property

  1. @JsonKey.new(includeIfNull: false, name: 'max_age')
int? maxAge
final

Duration in seconds before the invite expires (0 for never)

Implementation

@JsonKey(includeIfNull: false, name: 'max_age')
final int? maxAge;