SkillChangeOutput class

Constructors

SkillChangeOutput({required Execution execution, required List<String> blocked})

Properties

blocked List<String>
final
execution → Execution
final
exitCode int
A run whose plan carried a block exits non-zero even when the applicable units succeeded. --force lets the plan proceed; it does not make the blocks stop mattering.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaFields List?
Field metadata for future schema export. Returns null by default.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize the output payload to a JSON-encodable map.
toString() String
A string representation of this object.
inherited
toText() String?
Override for custom text formatting.

Operators

operator ==(Object other) bool
The equality operator.
inherited