ASTBinarySectionData constructor

const ASTBinarySectionData(
  1. int id,
  2. Uint8List payload
)

Implementation

const ASTBinarySectionData(this.id, this.payload);