StringVariable constructor

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

Implementation

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