index property

  1. @JsonKey.new(includeIfNull: false)
int? get index
inherited

The index of the choice in the list of choices.

Implementation

@JsonKey(includeIfNull: false)
int? get index => throw _privateConstructorUsedError;