RenovationConfig class
Class containing static instance of itself
Also includes the host URL and the backend chosen (Currently only frappe is enabled)
Constructors
- RenovationConfig(Renovation coreInstance, RenovationBackend backend, String hostUrl, Logger logger)
Properties
- backend ↔ RenovationBackend
-
The backend used in the SDK
getter/setter pair
- coreInstance ↔ Renovation
-
An instance of Renovation to be used within the SDK
getter/setter pair
- disableSubmission ↔ bool
-
A setting property to disable submission used in defaults
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostUrl ↔ String
-
The URL of the targeted backend
getter/setter pair
- logger ↔ Logger
-
An instance of
Logger
to prettify printing logsgetter/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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- renovationInstance ↔ RenovationConfig?
-
A static instance of itself
getter/setter pair