Utp.fromJson constructor
Utp.fromJson(
- Object? json
Implementation
factory Utp.fromJson(Object? json) {
asJsonMap(json, 'utp settings');
return const Utp();
}
factory Utp.fromJson(Object? json) {
asJsonMap(json, 'utp settings');
return const Utp();
}