Api class

Modelo para criar QR Code dinâmico. Segue informações disponíveis na documentação do API Pix

Constructors

Api({String? baseUrl, String? authUrl, String? certificate, String? appKey, String? certificatePath, List? permissions, bool? isBancoDoBrasil})

Properties

appKey String?
final
authUrl String?
final
baseUrl String?
final
certificate String?
final
certificatePath String?
final
hashCode int
The hash code for this object.
no setterinherited
isBancoDoBrasil bool?
final
permissions List?
final
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