Config class

Constructors

Config(String raw)

Properties

bare bool?
getter/setter pair
branches Map<String, BranchConfig>
getter/setter pair
configFile ConfigFile
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
remotes List<GitRemoteConfig>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user GitAuthor?
getter/setter pair

Methods

branch(String name) BranchConfig?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remote(String name) GitRemoteConfig?
section(String name) Section
serialize() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited