menu
flutter_qris package
documentation
qris_core/models/merchant_location.dart
MerchantLocation
MerchantLocation.new constructor
MerchantLocation.new constructor
dark_mode
light_mode
MerchantLocation
constructor
MerchantLocation
(
{
String
?
city
,
String
?
countryCode
,
String
?
postalCode
,
})
Implementation
MerchantLocation({ this.city, this.countryCode, this.postalCode, });
flutter_qris package
documentation
qris_core/models/merchant_location
MerchantLocation
MerchantLocation.new constructor
MerchantLocation class