PreflectorError constructor

PreflectorError(
  1. String message, {
  2. String? code,
})

Implementation

PreflectorError(this.message, {this.code});