AirtableException constructor
Creates an instance of AirtableException with the given message
and optional details
.
message
: A brief description of the error.details
: Optional additional information about the error.
Implementation
AirtableException({required this.message, this.details});