StringVariable constructor
StringVariable(
- String id,
- String name,
- String? defaultValue,
- Attributes extraAttributes,
Implementation
StringVariable(this.id, this.name, this.defaultValue, this.extraAttributes);