BreakStatement constructor

const BreakStatement(
  1. Token keyword
)

Implementation

const BreakStatement(this.keyword);