Map constructor

Map([
  1. void updates(
    1. MapBuilder b
    )?
])

Implementation

factory Map([void Function(MapBuilder b)? updates]) = _$Map;