AgoraRtmLocalInvitation.fromJson constructor

AgoraRtmLocalInvitation.fromJson(
  1. Map json
)

Implementation

AgoraRtmLocalInvitation.fromJson(Map<dynamic, dynamic> json)
    : calleeId = json['calleeId'],
      content = json['content'],
      response = json['response'],
      channelId = json['channelId'],
      state = json['state'];