GpsBean constructor

GpsBean({
  1. required String file,
  2. required int epoType,
})

Implementation

GpsBean({required this.file, required this.epoType});