TencentCloudChatCustomStickerItem constructor

TencentCloudChatCustomStickerItem({
  1. required String name,
  2. required String path,
})

Implementation

TencentCloudChatCustomStickerItem({
  required this.name,
  required this.path,
});