ResultUnwrapException constructor
const
ResultUnwrapException(
- Failure failure
Creates an unwrap exception carrying the originating failure.
Implementation
const ResultUnwrapException(this.failure);
Creates an unwrap exception carrying the originating failure.
const ResultUnwrapException(this.failure);