candidates property

  1. @JsonKey(name: 'candidates')
List<Candidates>? candidates
inherited

Implementation

@JsonKey(name: 'candidates')
List<Candidates>? get candidates => throw _privateConstructorUsedError;
  1. @JsonKey(name: 'candidates')
void candidates=(List<Candidates>? value)
inherited

Implementation

@JsonKey(name: 'candidates')
set candidates(List<Candidates>? value) => throw _privateConstructorUsedError;