routes property

String get routes

Implementation

static String get routes {
  return _._routes
      .map((e) => e ?? '')
      .where((e) => e.isNotEmpty)
      .join(_._separator);
}