factory ServiceLink.fromJSON(Map<String, dynamic> data) { return ServiceLink( serviceId: (data["serviceId"] as String?) ); }