LiveChatSuperChatDetails.fromJson constructor

LiveChatSuperChatDetails.fromJson(
  1. 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?,
    );