ModelFootprintRequest.fromJson constructor

ModelFootprintRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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