generateId property

bool? generateId
final

Whether to generate ids for the geojson features. When enabled, the feature.id property will be auto assigned based on its index in the features array, over-writing any previous values.

Type: boolean default: false

Implementation

final bool? generateId;