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