menu
flutter_qris package
documentation
qris_core/models/tlv.dart
TLV
TLV.new constructor
TLV.new constructor
dark_mode
light_mode
TLV
constructor
TLV
(
String
tag
,
int
length
,
String
value
)
Implementation
TLV(this.tag, this.length, this.value);
flutter_qris package
documentation
qris_core/models/tlv
TLV
TLV.new constructor
TLV class