BMFMapController.withId constructor Null safety

BMFMapController.withId(
  1. int id
)

Implementation

BMFMapController.withId(int id) {
  _init(id);
}