ApiException constructor
const
ApiException(
- String message, [
- dynamic details
Creates an API exception with a message and optional details
Implementation
const ApiException(this.message, [this.details]);