ValueException<T> constructor

const ValueException<T>(
  1. T invalidValue,
  2. String code,
  3. String message
)

Implementation

const ValueException(this.invalidValue, this.code, this.message);