TaperRegisteredTwiceError constructor

TaperRegisteredTwiceError(
  1. Taper<Object?> taper,
  2. int typeCode1,
  3. int typeCode2
)

Implementation

TaperRegisteredTwiceError(this.taper, this.typeCode1, this.typeCode2);