IntVariable constructor

IntVariable(
  1. String id,
  2. String name,
  3. int? defaultValue,
  4. Attributes extraAttributes,
)

Implementation

IntVariable(this.id, this.name, this.defaultValue, this.extraAttributes);