variableDeclarations property

List<AppVariableDeclaration>? variableDeclarations
getter/setter pair

The declarations of the variables.

Optional.

Implementation

core.List<AppVariableDeclaration>? variableDeclarations;