LiveChatMemberMilestoneChatDetails.fromJson constructor

LiveChatMemberMilestoneChatDetails.fromJson(
  1. Map json_
)

Implementation

LiveChatMemberMilestoneChatDetails.fromJson(core.Map json_)
  : this(
      memberLevelName: json_['memberLevelName'] as core.String?,
      memberMonth: json_['memberMonth'] as core.int?,
      userComment: json_['userComment'] as core.String?,
    );