BackendError constructor

BackendError(
  1. String message, [
  2. Object? source
])

Implementation

BackendError(super.message, [super.source]);