TencentCloudChatGroupProfileMemberListTag constructor

const TencentCloudChatGroupProfileMemberListTag({
  1. Key? key,
  2. required String tag,
  3. int? count,
})

Implementation

const TencentCloudChatGroupProfileMemberListTag({
  Key? key,
  required this.tag,
  this.count,
}) : super(key: key);