isVoted property

  1. @JsonKey(name: 'voted')
bool? isVoted
inherited

When called with a user token, has the authorized user voted?

Implementation

@JsonKey(name: 'voted')
bool? get isVoted => throw _privateConstructorUsedError;