lastError property

  1. @JsonKey(name: 'last_error')
RunStepLastError? get lastError
inherited

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;