toMap method
Implementation
Map<String, dynamic> toMap() => <String, dynamic>{
"title": title,
"description": description,
"detail1": detail1,
"detail2": detail2,
"instagram": instagram,
"telegram": telegram,
"whatsapp": whatsapp,
"phone": phone,
};