ExcludeGeneratedDartImportOption class final
Excludes common generated Dart files.
Files ending in .g.dart, .freezed.dart, or .gr.dart are skipped.
- Implemented types
Constructors
- ExcludeGeneratedDartImportOption()
-
Creates an option that excludes generated Dart files.
const
Properties
Methods
-
includes(
String absolutePath) → bool -
Retorna
truequandoabsolutePathdeve ser importado.override -
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