roomExpiration property

  1. @JsonKey(fromJson: _dateTimeFromInt)
DateTime? roomExpiration
inherited

If set, users will be unable to join the room after this time.

Implementation

@JsonKey(fromJson: _dateTimeFromInt)
DateTime? get roomExpiration => throw _privateConstructorUsedError;