predefinedVariableDeclarations property

List<AppVariableDeclaration>? predefinedVariableDeclarations
getter/setter pair

The declarations of predefined variables for the app.

Output only.

Implementation

core.List<AppVariableDeclaration>? predefinedVariableDeclarations;