route property

String route

Implementation

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