FlutterOutline constructor

FlutterOutline(
  1. String kind,
  2. int offset,
  3. int length,
  4. int codeOffset,
  5. int codeLength, {
  6. String? label,
  7. Element? dartElement,
  8. List<FlutterOutlineAttribute>? attributes,
  9. String? className,
  10. String? parentAssociationLabel,
  11. String? variableName,
  12. List<FlutterOutline>? children,
})

Implementation

FlutterOutline(
    this.kind, this.offset, this.length, this.codeOffset, this.codeLength,
    {this.label,
    this.dartElement,
    this.attributes,
    this.className,
    this.parentAssociationLabel,
    this.variableName,
    this.children});