toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "facebook": facebook == null ? null : facebook,
      "whatsApp": whatsApp == null ? null : whatsApp,
      "line": line == null ? null : line,
    };