OnepayQR class

Constructors

OnepayQR()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildQR(dynamic arr) String
@param arr @return {string}
generateQR(dynamic mcid, dynamic transactionId, dynamic terminalId, dynamic amount, dynamic invoiceId) String
@param mcid @param transactionId @param terminalId @param amount @return {string}
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pad(int value) String
@param value @return {string}
toString() String
A string representation of this object.
inherited

Operators

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