ASTBinaryIntegrityException constructor

const ASTBinaryIntegrityException(
  1. String message,
  2. ASTBinaryError error, {
  3. int? offset,
  4. int? formatVersion,
  5. int? minReaderVersion,
  6. int? sectionId,
})

Implementation

const ASTBinaryIntegrityException(
  super.message,
  super.error, {
  super.offset,
  super.formatVersion,
  super.minReaderVersion,
  super.sectionId,
});