add method

void add(
  1. ModularRoute route
)

Implementation

void add(ModularRoute route) {
  _routes.add(route);
}