ActivityModel.fromEuropeJson constructor
Generates an ActivityModel from a map from the MyAEGEE API.
Implementation
factory ActivityModel.fromEuropeJson(
Map<String, dynamic> event,
String urlPrefix,
) =>
_ActivityDataGen().fromEuropeJson(event, urlPrefix);