UAppSettingsResponse constructor

UAppSettingsResponse({
  1. required UApiCallCosts apiCallCosts,
  2. required List<UChargeInternet> chargeInternet,
})

Implementation

UAppSettingsResponse({
  required this.apiCallCosts,
  required this.chargeInternet,
});