factory StreamDelta.fromJson(Map<String, dynamic> json) { return StreamDelta( content: json['content'] ?? '', ); }