ActivityModel.fromEuropeJson constructor

ActivityModel.fromEuropeJson(
  1. Map<String, dynamic> event,
  2. String urlPrefix
)

Generates an ActivityModel from a map from the MyAEGEE API.

Implementation

factory ActivityModel.fromEuropeJson(
  Map<String, dynamic> event,
  String urlPrefix,
) =>
    _ActivityDataGen().fromEuropeJson(event, urlPrefix);