TencentCloudChatUserProfile constructor

const TencentCloudChatUserProfile({
  1. required TencentCloudChatUserProfileOptions options,
  2. Key? key,
  3. TencentCloudChatContactConfig? config,
  4. TencentCloudChatContactBuilders? builders,
  5. TencentCloudChatContactEventHandlers? eventHandlers,
})

Implementation

const TencentCloudChatUserProfile({
  required TencentCloudChatUserProfileOptions options,
  Key? key,
  TencentCloudChatContactConfig? config,
  TencentCloudChatContactBuilders? builders,
  TencentCloudChatContactEventHandlers? eventHandlers,
}) : super(
        key: key,
        options: options,
        builders: builders,
        config: config,
        eventHandlers: eventHandlers,
      );