AnalysisClosingLabels class

Constructors

AnalysisClosingLabels(String file, List<ClosingLabel> labels)

Properties

file String
The file the closing labels relate to.
final
hashCode int
The hash code for this object.
no setterinherited
labels List<ClosingLabel>
Closing labels relevant to the file. Each item represents a useful label associated with some range with may be useful to display to the user within the editor at the end of the range to indicate what construct is closed at that location. Closing labels include constructor/method calls and List arguments that span multiple lines. Note that the ranges that are returned can overlap each other because they may be associated with constructs that can be nested.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

parse(Map m) AnalysisClosingLabels