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