build method
Build the behavior object
Implementation
@override
MPSelectionBehavior build() {
return MPSelectionBehavior._(
_allowFloorChange ?? MPSelectionBehavior.DEFAULT.allowFloorChange,
_moveCamera ?? MPSelectionBehavior.DEFAULT.moveCamera,
_animationDuration ?? MPSelectionBehavior.DEFAULT.animationDuration,
_showInfoWindow ?? MPSelectionBehavior.DEFAULT.showInfoWindow,
_zoomToFit ?? MPSelectionBehavior.DEFAULT.zoomToFit);
}