TencentCloudChatVoteCreate constructor

const TencentCloudChatVoteCreate({
  1. Key? key,
  2. required String groupID,
  3. required OnCreateVoteSuccess onCreateVoteSuccess,
  4. OnCreateVoteError? onCreateVoteError,
})

Implementation

const TencentCloudChatVoteCreate({
  Key? key,
  required this.groupID,
  required this.onCreateVoteSuccess,
  this.onCreateVoteError,
}) : super(key: key);