builder property

Allows dynamic updating of UI widget builders for all instances. Call the setBuilders method and pass any UI builders to be modified, which will replace the previous configuration and apply changes immediately.

Implementation

static TencentCloudChatGroupProfileBuilders get builder {
  TencentCloudChat.instance.dataInstance.groupProfile.groupProfileBuilder ??= TencentCloudChatGroupProfileBuilders();
  return TencentCloudChat.instance.dataInstance.groupProfile.groupProfileBuilder
      as TencentCloudChatGroupProfileBuilders;
}