UAppSettingsResponse.fromJson constructor

UAppSettingsResponse.fromJson(
  1. String str
)

Implementation

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