factory ModelFootprintRequest.fromJson(Map<String, dynamic> json) { return ModelFootprintRequest(event: json['event']); }