variables property

List<String>? variables
getter/setter pair

The variables in each dimension refered to for position.

If null, the first variables assigned to each dimension are set by default.

Implementation

List<String>? variables;