name property
String?
get
name
The name of the route (set by the RouterComponent).
Implementation
String? get name => _name;
The name of the route (set by the RouterComponent).
String? get name => _name;