instance property

Implementation

static TencentCloudChatCacheGlobal get instance {
  _instance ??= TencentCloudChatCacheGlobal._internal();
  return _instance!;
}