factory Bed.fromJson(Map<String, dynamic> json) { return Bed( title: json['title'], rowGuid: json['rowGuid'], ); }