roomExpiration property Null safety
- @JsonKey(fromJson: _dateTimeFromInt)
inherited
If set, users will be unable to join the room after this time.
Implementation
@JsonKey(fromJson: _dateTimeFromInt)
DateTime? get roomExpiration => throw _privateConstructorUsedError;