menu
aiscript package
documentation
aiscript.dart
Node
isStatement method
isStatement method
dark_mode
light_mode
isStatement
method
bool
isStatement
(
)
Checks if the node is a statement.
Implementation
bool isStatement() => statementTypes.contains(type);
aiscript package
documentation
aiscript
Node
isStatement method
Node class