factory GpsBean.fromJson(Map<String, dynamic> json) => GpsBean(file: json["file"] ?? "", epoType: json["epoType"] ?? -1);