Statement constructor

Statement([
  1. List<StmtModifier> modifiers = const []
])

Implementation

Statement([this.modifiers = const []]);