ApiException constructor

ApiException(
  1. String message, [
  2. String? details
])

Implementation

ApiException(this.message, [this.details]);