toMap method
Implementation
Map<String, dynamic> toMap() => <String, dynamic>{
"title": title,
"description": description,
"tags": List<dynamic>.from(tags.map((int x) => x)),
"instagram": instagram,
"telegram": telegram,
"whatsapp": whatsapp,
"phone": phone,
};