UnsupportedTypeError constructor

UnsupportedTypeError(
  1. DartType type,
  2. String expression, [
  3. String? reason
])

Implementation

UnsupportedTypeError(this.type, this.expression, [this.reason]);