GeneralFrameworkApiBase<D extends GeneralFrameworkDatabase> class abstract

GeneralFrameworkClient is universal client for help you connection to rest api server super easy friendly

Implemented types

Constructors

GeneralFrameworkApiBase({required D generalFrameworkApiDatabase})
UncompleteDocumentation

Properties

generalFrameworkApiDatabase → D
UncompleteDocumentation
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ensureInitialized({required String currentPath, required Client httpClient}) FutureOr<void>
UncompleteDocumentation
invoke({required JsonScheme parameters}) FutureOr<JsonScheme>
UncompleteDocumentation
inherited
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