ASTBinaryException constructor

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

Implementation

const ASTBinaryException(
  this.message,
  this.error, {
  this.offset,
  this.formatVersion,
  this.minReaderVersion,
  this.sectionId,
});