route property
String
get
route
Implementation
String get route {
assert(routeName != null,
'${this.runtimeType.toString()} is missing a routeName');
return (routeName ?? "");
}
String get route {
assert(routeName != null,
'${this.runtimeType.toString()} is missing a routeName');
return (routeName ?? "");
}