FireDoctorException constructor
const
FireDoctorException(
- String message, {
- String? code,
- StackTrace? stackTrace,
Implementation
const FireDoctorException(this.message, {this.code, this.stackTrace});