Land constructor

Land([
  1. void updates(
    1. LandBuilder b
    )?
])

Implementation

factory Land([void Function(LandBuilder b)? updates]) = _$Land;