GoogleUpdatedLocation constructor

GoogleUpdatedLocation({
  1. String? diffMask,
  2. Location? location,
  3. String? pendingMask,
})

Implementation

GoogleUpdatedLocation({this.diffMask, this.location, this.pendingMask});