RepoEntry class sealed
Describes a file in the repository to be analyzed.
- Annotations
-
- @freezed
Constructors
Properties
-
copyWith
→ $RepoEntryCopyWith<
RepoEntry> -
Create a copy of RepoEntry
with the given fields replaced by the non-null parameter values.
no setterinherited
- file → File
-
The file in the local file system that this entry represents.
no setterinherited
- gitRoot → Directory
-
The root folder of the git repository
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- partiallyStaged → bool
-
Specifies, whether the file is partially or fully staged.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited