GeneratedFile class
Constructors
- GeneratedFile.appended({required String path})
-
A file generated by a
Generator
which includes the filepath
and status.const - GeneratedFile.created({required String path})
-
A file generated by a
Generator
which includes the filepath
and status.const - GeneratedFile.identical({required String path})
-
A file generated by a
Generator
which includes the filepath
and status.const - GeneratedFile.overwritten({required String path})
-
A file generated by a
Generator
which includes the filepath
and status.const - GeneratedFile.skipped({required String path})
-
A file generated by a
Generator
which includes the filepath
and status.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → String
-
The file path.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → GeneratedFileStatus
-
The status of the generated file.
final
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