ReflectionInspector class
Constructors
- ReflectionInspector(Directory rootDirectory, {bool includeTestFiles = false})
Properties
-
dartFiles
↔ List<
File> -
latefinal
-
dartFilesMissingGeneratedReflection
→ List<
File> -
no setter
-
dartFilesPaths
→ List<
String> -
no setter
-
dartFilesUsingReflection
→ List<
File> -
no setter
-
dartFilesWithExpiredReflection
→ List<
File> -
no setter
-
dartFilesWithGeneratedReflection
→ List<
File> -
no setter
-
generatedDartFiles
↔ List<
File> -
latefinal
-
generatedDartFilesPaths
→ List<
String> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeTestFiles → bool
-
final
- rootDirectory → Directory
-
final
- rootDirectoryName → String
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited