TencentCloudChatVoteDetail constructor

const TencentCloudChatVoteDetail({
  1. Key? key,
  2. required TencentCloudChatVoteDataOptoin option,
  3. required TencentCloudChatVoteLogic data,
})

Implementation

const TencentCloudChatVoteDetail({
  Key? key,
  required this.option,
  required this.data,
}) : super(key: key);