G2xNestedRouteNotFound constructor

G2xNestedRouteNotFound(
  1. String name,
  2. {required Widget build(
      )}
    )

    Implementation

    G2xNestedRouteNotFound(
      this.name,
      {required this.build}
    );