GitRepo class
Repository of Protos from Git
NOTE: Requires git
tool on the path.
NOTE: Only handles shallow checkouts right now.
- Implemented types
Constructors
- GitRepo.new(String url, String? ref)
Properties
Methods
-
fetch(
) → Future< void> -
Future that completes when the repository is available
in the cacheDirectory.
override
-
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