getCreateVoteToEntity static method
Implementation
static domain.CreateVote getCreateVoteToEntity(infra.VotesResponse response) {
return domain.CreateVote(
ok: response.ok,
message: response.message,
);
}
static domain.CreateVote getCreateVoteToEntity(infra.VotesResponse response) {
return domain.CreateVote(
ok: response.ok,
message: response.message,
);
}