TencentCloudChatVoteDetail constructor
const
TencentCloudChatVoteDetail({
- Key? key,
- required TencentCloudChatVoteDataOptoin option,
- required TencentCloudChatVoteLogic data,
Implementation
const TencentCloudChatVoteDetail({
Key? key,
required this.option,
required this.data,
}) : super(key: key);