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