ConfigRepository class

Class used to configure the database server through the yaml file defined in it's method getConfig parameter path (String)

Implemented types

Constructors

ConfigRepository()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getConfig(String path) Future<Config>
Gets the database configuration through the yaml file defined in it's parameter path (String)
override
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