featureCount abstract method

int featureCount(
  1. dynamic data, {
  2. Range? range,
})

Count number of features on a collection parsed from a data object.

An optional range specificies start offset and optional limit count specifying a feature range to be counted on a collection.

Throws FormatException if parsing fails.

Implementation

int featureCount(dynamic data, {Range? range});