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

cache String
latefinaloverride-getter
hashCode int
The hash code for this object.
no setterinherited
ref String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final

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