EmptyStatementImpl constructor

EmptyStatementImpl({
  1. required Token semicolon,
})

Initialize a newly created empty statement.

Implementation

EmptyStatementImpl({
  required this.semicolon,
});