GpsChangeEventBean constructor

GpsChangeEventBean({
  1. required int? time,
})

Implementation

GpsChangeEventBean({
  required this.time,
});