name property

String? get name

The name of the route (set by the RouterComponent).

Implementation

String? get name => _name;
  1. @internal
set name (String? value)

Implementation

@internal
set name(String? value) => _name = value;