FlutterOutline constructor
FlutterOutline(
- FlutterOutlineKind kind,
- int offset,
- int length,
- int codeOffset,
- int codeLength, {
- String? label,
- Element? dartElement,
- List<
FlutterOutlineAttribute> ? attributes, - String? className,
- String? parentAssociationLabel,
- String? variableName,
- 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});