addAll static method

void addAll(
  1. List<FxRoute> routes
)

Implementation

static void addAll(List<FxRoute> routes){
  _routes.addAll(routes);
}