GitIndexEntry class final
Constructors
- GitIndexEntry({required int ctimeSeconds, required int ctimeNanoseconds, required int mtimeSeconds, required int mtimeNanoseconds, required int device, required int inode, required int mode, required int userId, required int groupId, required int fileSize, required GitObjectId objectId, required String path, bool assumeValid = false, int stage = 0, bool skipWorktree = false, bool intentToAdd = false})
-
const
Properties
- assumeValid → bool
-
final
- ctimeNanoseconds → int
-
final
- ctimeSeconds → int
-
final
- device → int
-
final
- fileSize → int
-
final
- groupId → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inode → int
-
final
- intentToAdd → bool
-
final
- mode → int
-
final
- mtimeNanoseconds → int
-
final
- mtimeSeconds → int
-
final
- objectId → GitObjectId
-
final
- path → String
-
final
- requiresExtendedFlags → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipWorktree → bool
-
final
- stage → int
-
final
- treeMode → String
-
no setter
- userId → int
-
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
Constants
- executableFileMode → const int
- gitLinkMode → const int
- regularFileMode → const int
- symbolicLinkMode → const int