setIsBoomModus method
- bool v
Implementation
void setIsBoomModus(bool v) {
if (_isBoomModus == v) return;
_isBoomModus = v;
notifyListeners();
}
void setIsBoomModus(bool v) {
if (_isBoomModus == v) return;
_isBoomModus = v;
notifyListeners();
}