chatUrl property

String get chatUrl

Implementation

String get chatUrl {
  _assertInitialized();
  return _chatUrl!;
}