IsoFieldException constructor

IsoFieldException(
  1. int field,
  2. String message, [
  3. Object? cause
])

Implementation

IsoFieldException(this.field, this.message, [this.cause]);