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