Varset constructor
Varset(
- String tag
Creates a varset with the variable name.
Implementation
Varset(String tag)
: form = [
[tag]
],
nested = null,
nesters = [];
Creates a varset with the variable name.
Varset(String tag)
: form = [
[tag]
],
nested = null,
nesters = [];