Config class

Implemented types

Constructors

Config({required String projectID, required String projectToken, required String connName, required String csoPublicKey, required String csoAddress})

Properties

connName String
no setteroverride
csoAddress String
no setteroverride
csoPublicKey String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
projectID String
no setteroverride
projectToken String
no setteroverride
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

Static Methods

fromFile(String filePath) Future<Config>