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