AgoraRtmChannelAttribute.fromJson constructor

AgoraRtmChannelAttribute.fromJson(
  1. Map json
)

Implementation

AgoraRtmChannelAttribute.fromJson(Map<dynamic, dynamic> json)
    : key = json['key'],
      value = json['value'],
      userId = json['userId'],
      updateTs = json['updateTs'];