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