Parameter class
Detailed information about an individual parameter.
Constructors
Properties
- allowedValues → String?
-
Specifies the valid range of values for the parameter.
final
- applyMethod → ApplyMethod?
-
Indicates when to apply parameter updates.
final
- applyType → String?
-
Specifies the engine-specific parameters type.
final
- dataType → String?
-
Specifies the valid data type for the parameter.
final
- description → String?
-
Provides a description of the parameter.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isModifiable → bool?
-
Indicates whether (
true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.final - minimumEngineVersion → String?
-
The earliest engine version to which the parameter can apply.
final
- parameterName → String?
-
Specifies the name of the parameter.
final
- parameterValue → String?
-
Specifies the value of the parameter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String?
-
Indicates the source of the parameter value.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited