TencentCloudChatVoteMessage constructor

const TencentCloudChatVoteMessage({
  1. Key? key,
  2. required V2TimMessage message,
  3. OnOptionsItemTap? onTap,
})

Implementation

const TencentCloudChatVoteMessage({
  Key? key,
  required this.message,
  this.onTap,
}) : super(key: key);