AnalysisOptions class

Implemented types
Annotations

Constructors

AnalysisOptions({bool? enableAsync, bool? enableDeferredLoading, bool? enableEnums, bool? enableNullAwareOperators, bool? enableSuperMixins, bool? generateDart2jsHints, bool? generateHints, bool? generateLints})

Properties

enableAsync bool?
Deprecated: this feature is always enabled.
final
enableDeferredLoading bool?
Deprecated: this feature is always enabled.
final
enableEnums bool?
Deprecated: this feature is always enabled.
final
enableNullAwareOperators bool?
Deprecated: this feature is always enabled.
final
enableSuperMixins bool?
True if the client wants to enable support for the proposed "less restricted mixins" proposal (DEP 34).
final
generateDart2jsHints bool?
True if hints that are specific to dart2js should be generated. This option is ignored if generateHints is false.
final
generateHints bool?
True if hints should be generated as part of generating errors and warnings.
final
generateLints bool?
True if lints should be generated as part of generating errors and warnings.
final
hashCode int
The hash code for this object.
no setterinherited
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
toMap() Map
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

parse(Map m) AnalysisOptions