OnlineService<TRegistration extends DeviceRegistration>.fromJson constructor
Implementation
factory OnlineService.fromJson(Map<String, dynamic> json) =>
FromJsonFactory().fromJson<OnlineService<TRegistration>>(json);