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