RemediationParameterValue class
The value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.
Constructors
- RemediationParameterValue({ResourceValue? resourceValue, StaticValue? staticValue})
-
RemediationParameterValue.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceValue → ResourceValue?
-
The value is dynamic and changes at run-time.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- staticValue → StaticValue?
-
The value is static and does not change at run-time.
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