token property

String? get token

Implementation

String? get token {
  return _room._protocolInstance.token;
}