Failure<T> constructor

const Failure<T>(
  1. NetworkException error
)

Implementation

const Failure(this.error);