MapPoint constructor

MapPoint([
  1. void updates(
    1. MapPointBuilder b
    )?
])

Implementation

factory MapPoint([void Function(MapPointBuilder b)? updates]) = _$MapPoint;