GiftJson.fromMessage constructor
GiftJson.fromMessage(
- GiftMessage message
Implementation
factory GiftJson.fromMessage(GiftMessage message) {
return GiftJson(
data: message,
platform: Constants.imCustomMessageValuePlatform,
version: Constants.imCustomMessageValueVersion,
businessID: Constants.imCustomMessageValueBusinessIdGift,
);
}