VoterInfo.fromJson constructor

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

Implementation

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