ASTBinaryReader constructor

const ASTBinaryReader({
  1. ASTBinaryVerifier? verifier,
  2. bool verifyChecksum = true,
})

Implementation

const ASTBinaryReader({this.verifier, this.verifyChecksum = true});