CoercionError constructor
const
CoercionError([
- dynamic message,
- dynamic targetType
Implementation
const CoercionError([this.message, this.targetType]);
const CoercionError([this.message, this.targetType]);