NavigationEntry constructor
NavigationEntry([
- void b()?
Creates a new NavigationEntry object using the builder pattern.
Implementation
factory NavigationEntry([void Function(NavigationEntryBuilder)? b]) = _$NavigationEntry;