BooleanVariable constructor

BooleanVariable(
  1. String id,
  2. String name,
  3. bool? defaultValue,
  4. Attributes extraAttributes,
)

Implementation

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