AgoraRtmFileMessage.fromJson constructor

AgoraRtmFileMessage.fromJson(
  1. Map json
)

Implementation

AgoraRtmFileMessage.fromJson(Map<dynamic, dynamic> json)
    : text = json['text'],
      ts = json['ts'],
      offline = json['offline'],
      size = json['size'],
      thumbnail = json['thumbnail'],
      fileName = json['fileName'];