FragmentEntry constructor

const FragmentEntry({
  1. required FragmentKey<FragmentState<Fragment>> key,
  2. RouteArgs args = const {},
})

Implementation

const FragmentEntry({required this.key, this.args = const {}});