ApiException constructor

const ApiException(
  1. String message
)

Create an API exception.

Implementation

const ApiException(this.message);