FireDoctorException constructor

const FireDoctorException(
  1. String message, {
  2. String? code,
  3. StackTrace? stackTrace,
})

Implementation

const FireDoctorException(this.message, {this.code, this.stackTrace});