LabeledStatement constructor

LabeledStatement(
  1. Name label,
  2. Statement body
)

Implementation

LabeledStatement(this.label, this.body);