NavState constructor

NavState({
  1. required String path,
  2. NavExtra? extra,
})

Implementation

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