RpcAccountInfo.fromJson constructor

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

Implementation

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