instance property

Implementation

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