AgoraRtmMediaOperationProgress.fromJson constructor

AgoraRtmMediaOperationProgress.fromJson(
  1. Map json
)

Implementation

AgoraRtmMediaOperationProgress.fromJson(Map<dynamic, dynamic> json)
    : currentSize = json['currentSize'],
      totalSize = json['totalSize'];