HopConfig class

Constructors

HopConfig({String? username, String? project, String? token})
HopConfig.fromJson(dynamic json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
identity String?
getter/setter pair
json Map
no setter
project String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
final
username String?
final
valid bool
no setter

Methods

computeIdentity() String?
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

Static Methods

fromFile(dynamic file) Future<HopConfig>