double? get numberMax => _$this._numberMax;
set numberMax(covariant double? numberMax) => _$this._numberMax = numberMax;