SubModule class

Returns information about a submodule reference in a repository folder.

Constructors

SubModule({String? absolutePath, String? commitId, String? relativePath})
SubModule.fromJson(Map<String, dynamic> json)
factory

Properties

absolutePath String?
The fully qualified path to the folder that contains the reference to the submodule.
final
commitId String?
The commit ID that contains the reference to the submodule.
final
hashCode int
The hash code for this object.
no setterinherited
relativePath String?
The relative path of the submodule from the folder where the query originated.
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