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