KuebikoConfig class

Constructors

KuebikoConfig({required String appName, required Version appVersion, required Uri baseUrl, required String deviceName, String? apiKey})

Properties

apiKey String?
final
apiVersion String
final
appName String
final
appVersion → Version
final
baseUrl Uri
final
deviceName String
final
hashCode int
The hash code for this object.
no setterinherited
libraryVersion → Version
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateApiUri(String endpoint, {Map<String, dynamic>? queryParameters}) Uri
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