lastError property
The last error associated with this run step. Will be null
if there are no errors.
Implementation
@JsonKey(name: 'last_error')
RunStepLastError? get lastError => throw _privateConstructorUsedError;
The last error associated with this run step. Will be null
if there are no errors.
@JsonKey(name: 'last_error')
RunStepLastError? get lastError => throw _privateConstructorUsedError;