NavigationFeature constructor

NavigationFeature({
  1. String? type,
  2. NavigationFeatureProperty? properties,
  3. NavigationFeatureGeometry? geometry,
})

Implementation

NavigationFeature({
  this.type,
  this.properties,
  this.geometry,
});