RpcVoteInfo.fromJson constructor

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

Implementation

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