RpcQuotaInfo.fromJson constructor

RpcQuotaInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RpcQuotaInfo.fromJson(Map<String, dynamic> json) =>
    _$RpcQuotaInfoFromJson(json);