VietQrGenerator class
Helper class để xây dựng các URL VietQR
Constructors
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
-
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
Static Methods
-
generateQrUrl(
{required String bankId, required String accountNo, String template = 'compact', int? amount, String? addInfo, String? accountName}) → String - Tạo URL QR từ các tham số
-
generateQrUrlFromBin(
{required String bankBin, required String accountNo, String template = 'compact', int? amount, String? addInfo, String? accountName}) → String - Tạo URL QR từ mã BIN của ngân hàng
Constants
- baseUrl → const String
- URL cơ sở cho VietQR
- templateCompact → const String
- Các template mặc định
- templateCompact2 → const String
- templateQr → const String
- templateQr2 → const String