group method

GroupBuilder group([
  1. String path = ''
])

Create a new route group

Implementation

GroupBuilder group([String path = '']) => GroupBuilder(this, path: path);