toMap method

Map<String, dynamic> toMap()

Implementation

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