fromJson static method
Implementation
static TencentCloudChatCustomStickerItem fromJson(json) {
return TencentCloudChatCustomStickerItem(name: json["name"] ?? "", path: json["path"] ?? "");
}
static TencentCloudChatCustomStickerItem fromJson(json) {
return TencentCloudChatCustomStickerItem(name: json["name"] ?? "", path: json["path"] ?? "");
}