operator [] method

E operator [](
  1. int index
)

The feature at the given index in this feature collection.

The given index must be non-negative and less than length.

See also features.

Implementation

E operator [](int index) => _features[index];