Feature constructor
Feature({
- List<
num> ? bbox, - String? type,
- Properties? properties,
- Geometry? geometry,
Implementation
Feature({
this.bbox,
this.type,
this.properties,
this.geometry,
});