EmptyStatementImpl constructor
EmptyStatementImpl({
- required Token semicolon,
Initialize a newly created empty statement.
Implementation
EmptyStatementImpl({
required this.semicolon,
});
Initialize a newly created empty statement.
EmptyStatementImpl({
required this.semicolon,
});