QosicDart class

A Very Good Project created by Very Good CLI.

Available Extensions

Constructors

QosicDart({required String moovKey, required String mtnKey, required String password, required String username, bool enableLog = false})
A Very Good Project created by Very Good CLI.

Properties

dio → Dio
latefinal
enableLog bool
a bool to know if you want to load with debug log
final
hashCode int
The hash code for this object.
no setterinherited
moovKey String
moov private key
final
mtnKey String
mtn private key
final
password String
api password
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
api username
final

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