routeName property

String? routeName

Returns the name of the route, this GgRouter instance is assigned. Returns null if the route doesn't have a name.

Implementation

String? get routeName {
  return node.name;
}