MGpsConfig constructor

MGpsConfig({
  1. required bool debug,
  2. required int gpsDistanceFilter,
})

Implementation

MGpsConfig({
  required this.debug,
  required this.gpsDistanceFilter,
});