TsVoting.fromJson constructor

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

Implementation

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