location property

String location

Implementation

String get location => currentRoute == null ? "/" : currentRoute!.location;