votesResponseFromJson function

VotesResponse votesResponseFromJson(
  1. String str
)

Implementation

VotesResponse votesResponseFromJson(String str) => VotesResponse.fromJson(json.decode(str));