AnalysisOptions class
Class representing dart analysis options
- Annotations
-
- @immutable
Constructors
-
AnalysisOptions(Map<
String, Object> options) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readIterableOfString(
Iterable< String> pathSegments) → Iterable<String> -
readMap(
Iterable< String> pathSegments) → Map<String, Object> -
readMapOfMap(
Iterable< String> pathSegments) → Map<String, Map< String, Object> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited