ApiException constructor
const
ApiException({
- required String message,
- int? code,
- StackTrace? stackTrace,
Base class for all API exceptions.
Implementation
const ApiException({
required this.message,
this.code,
this.stackTrace,
});