RequestLocationServiceEvent constructor

const RequestLocationServiceEvent({
  1. int retry,
})

Implementation

const factory RequestLocationServiceEvent({final int retry}) =
    _$RequestLocationServiceEventImpl;