Client class

Representation of clientInfo result

Properties

accounts List<Account>
List of available accounts
final
controller API
Parent of the client
final
hashCode int
The hash code for this object.
no setterinherited
id SendId
id of the client in monobank system
final
jars List<Jar>
List of jars in account
final
name String
Formal name of the client
final
permissions Set<ClientPermission>
List of granted permissions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webHookUrl Uri?
Webhook URL
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setWebHook(Uri url) Future<bool>
Set new WebHook URL
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

sortAccounts bool
Controls account sorting
getter/setter pair