factory ResourceUpdatedNotification.fromJson(Map<String, dynamic> json) { return ResourceUpdatedNotification(uri: json['uri'] as String); }