SkillChangeOutput class
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 setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
schemaFields
→ List ?
Field metadata for future schema export. Returns null by default.
no setter inherited
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.