RpcContractInfo.fromJson constructor

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

Implementation

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