TencentCloudChatGroupProfile constructor
const
TencentCloudChatGroupProfile({
- required TencentCloudChatGroupProfileOptions options,
- Key? key,
- TencentCloudChatGroupProfileConfig? config,
- TencentCloudChatGroupProfileBuilders? builders,
- TencentCloudChatGroupProfileEventHandlers? eventHandlers,
- TencentCloudChatGroupProfileController? controller,
Implementation
const TencentCloudChatGroupProfile({
required TencentCloudChatGroupProfileOptions options,
Key? key,
TencentCloudChatGroupProfileConfig? config,
TencentCloudChatGroupProfileBuilders? builders,
TencentCloudChatGroupProfileEventHandlers? eventHandlers,
TencentCloudChatGroupProfileController? controller,
}) : super(
key: key,
options: options,
config: config,
builders: builders,
eventHandlers: eventHandlers,
);