MapFeature constructor

MapFeature([
  1. void updates(
    1. MapFeatureBuilder b
    )?
])

Implementation

factory MapFeature([void Function(MapFeatureBuilder b)? updates]) =
    _$MapFeature;