USettingsChargeInternet.fromJson constructor
USettingsChargeInternet.fromJson(
- String str
Implementation
factory USettingsChargeInternet.fromJson(String str) => USettingsChargeInternet.fromMap(json.decode(str));