Utp.fromJson constructor

Utp.fromJson(
  1. Object? json
)

Implementation

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