OnFailure constructor

const OnFailure(
  1. String message
)

OnFailure state.

Implementation

const OnFailure(this.message);