LiveChatFanFundingEventDetails.fromJson constructor
LiveChatFanFundingEventDetails.fromJson(
- Map json_
Implementation
LiveChatFanFundingEventDetails.fromJson(core.Map json_)
: this(
amountDisplayString: json_['amountDisplayString'] as core.String?,
amountMicros: json_['amountMicros'] as core.String?,
currency: json_['currency'] as core.String?,
userComment: json_['userComment'] as core.String?,
);