IntOptionalConfigKnob class
A knob to store an int.
- Inheritance
-
- Object
- ConfigKnob<
int?> - TextConfigKnob<
int?> - IntOptionalConfigKnob
Constructors
- IntOptionalConfigKnob({required int? value})
-
Creates a new config knob with the specified initial
value
.
Properties
- allowEmpty → bool
-
Whether the knob allows an empty string as input.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ int?
-
The primary value being stored in this knob.
getter/setter pairinherited
- valueString → String
-
A String representation of the value.
no setteroverride
Methods
-
loadJson(
Map< String, dynamic> decodedJson) → void -
Reconfigures this knob based on the provided deserialized JSON.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setValueFromString(
String valueString) → void -
Sets the value from a String.
override
-
toJson(
) → Map< String, dynamic> -
Serializes this knob into a JSON-compatible map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited