FirebaseServiceException constructor

FirebaseServiceException(
  1. String message,
  2. String method,
  3. dynamic error
)

Implementation

FirebaseServiceException(this.message, this.method, this.error);