generateRoutes method

List<GoRoute> generateRoutes()

Implementation

List<GoRoute> generateRoutes() {
  return generateModelRoutes<T>();
}