LmGuardNavigationAttempt constructor

const LmGuardNavigationAttempt({
  1. required LmLocation location,
  2. required LmNavigationSource source,
})

Implementation

const LmGuardNavigationAttempt({
  required this.location,
  required this.source,
});