NavigationLogRecord.didStopUserGesture constructor
NavigationLogRecord.didStopUserGesture()
Implementation
factory NavigationLogRecord.didStopUserGesture() => NavigationLogRecord(
type: NavigationLogRecordType.didStopUserGesture,
);