ErrorDetail constructor

const ErrorDetail(
  1. String type,
  2. Uint8List value, [
  3. Object? debug
])

Implementation

const ErrorDetail(this.type, this.value, [this.debug]);