HostConfig class

HostConfig has different instance endpoints.

Constructors

HostConfig.new({String? api, String? gitHttp, String? gitSsh, String? html})
HostConfig.fromJson(Map json_)

Properties

api String?
API hostname.
getter/setter pair
gitHttp String?
Git HTTP hostname.
getter/setter pair
gitSsh String?
Git SSH hostname.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
html String?
HTML hostname.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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