variable property

List<Variable>? variable
getter/setter pair

The list of variables inside the folder.

Implementation

core.List<Variable>? variable;