index property

int? index
getter/setter pair

The index of an item in the form.

This must be in the range [0..N), where N is the number of items in the form.

Implementation

core.int? index;