FlutterOutlineAttribute constructor

FlutterOutlineAttribute(
  1. String name,
  2. String label, {
  3. bool? literalValueBoolean,
  4. int? literalValueInteger,
  5. String? literalValueString,
  6. Location? nameLocation,
  7. Location? valueLocation,
})

Implementation

FlutterOutlineAttribute(this.name, this.label,
    {this.literalValueBoolean,
    this.literalValueInteger,
    this.literalValueString,
    this.nameLocation,
    this.valueLocation});