ApiException constructor

const ApiException(
  1. String message, {
  2. Uri? reference,
})

A default constructor of message and an optional reference.

Implementation

const ApiException(this.message, {this.reference});