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