FeatureExtensionValue constructor Null safety

FeatureExtensionValue(
  1. {String? value,
  2. List<Map<String?, Object?>?>? featureCollection}
)

Implementation

FeatureExtensionValue({
  this.value,
  this.featureCollection,
});