CoercionError constructor

const CoercionError([
  1. dynamic message,
  2. dynamic targetType
])

Implementation

const CoercionError([this.message, this.targetType]);