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