Map<String, dynamic> toJson() { Map<String, dynamic> json = { 'title': title, 'rowGuid': rowGuid, }; return json; }