NavigationArgs constructor

NavigationArgs({
  1. required String path,
  2. Object? extra,
})

Implementation

NavigationArgs({required this.path, this.extra});