BaseError constructor

BaseError(
  1. String message, [
  2. dynamic data
])

Implementation

BaseError(this.message, [this.data]);