getSkipValue method
Output
getSkipValue(
- Input data
Value to return when step is skipped
By default, returns input data cast to Output type
Implementation
Output getSkipValue(Input data) => data as Output;