GitPath class
Path to templates in git.
- Annotations
-
- @JsonSerializable()
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → String
-
Path in repository. Defaults to
''
(empty string).final - ref → String?
-
Anything that git can use to identify a commit.
Can be a branch name, tag, or commit hash.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
The local brick template path.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map - Converts GitPath to Map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited