menu
analyzer_plugin package
documentation
protocol/protocol_common.dart
Outline
Outline.new constructor
Outline.new constructor
dark_mode
light_mode
Outline
constructor
Outline
(
Element
element
,
int
offset
,
int
length
,
int
codeOffset
,
int
codeLength
, {
List
<
Outline
>
?
children
,
})
Implementation
Outline( this.element, this.offset, this.length, this.codeOffset, this.codeLength, {this.children});
analyzer_plugin package
documentation
protocol/protocol_common
Outline
Outline.new constructor
Outline class