InvalidValueException constructor

const InvalidValueException(
  1. String cause
)

Implementation

const InvalidValueException(this.cause);