userDefinedVariableTypes property

List<String>? userDefinedVariableTypes
getter/setter pair

List of the user-defined variables used by this conversion tag.

These map to the "u[1-100]=" in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive.

Implementation

core.List<core.String>? userDefinedVariableTypes;