BeaError constructor

BeaError(
  1. String message,
  2. int code,
  3. String details
)

Implementation

BeaError(this.message, this.code, this.details);