GitDependencyReference class

A reference to a git dependency

Constructors

GitDependencyReference({required String location, required String name, required List<String> prs, required String? ref, required List<GdpLint> ignore})
Constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
ignore List<GdpLint>
Any ignored lints parsed from comments
final
location String
The location of the dependency in the pubspec
final
name String
THe package name
final
prs List<String>
The specified PRs
final
ref String?
The git ref
final
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