contactBuilder property

TencentCloudChatComponentBuilder? get contactBuilder

Implementation

TencentCloudChatComponentBuilder? get contactBuilder => _contactBuilder;
set contactBuilder (TencentCloudChatComponentBuilder? value)

Implementation

set contactBuilder(TencentCloudChatComponentBuilder? value) {
  _contactBuilder = value;
  notifyListener(TencentCloudChatContactDataKeys.builder as T);
}