UAppSettingsResponse constructor
UAppSettingsResponse({
- required UApiCallCosts apiCallCosts,
- required List<
UChargeInternet> chargeInternet, - required double chargeInternetTaxPercent,
Implementation
UAppSettingsResponse({
required this.apiCallCosts,
required this.chargeInternet,
required this.chargeInternetTaxPercent,
});