NavigationContext constructor

NavigationContext(
  1. dynamic value,
  2. String? path
)

Implementation

NavigationContext(this.value, this.path);