IFailure constructor

IFailure(
  1. String message, [
  2. Exception? exception
])

Implementation

IFailure(this.message, [this.exception]);