factory LabelledOccurence.fromJSON(Map<String, dynamic> data) { return LabelledOccurence( (data["label"] as String), (data["occurence"] as int) ); }