myVotes property

  1. @JsonKey.new(name: 'my_votes')
List<int>? get myVotes
inherited

Implementation

@JsonKey(name: 'my_votes')
List<int>? get myVotes => throw _privateConstructorUsedError;