Route.mount constructor

const Route.mount(
  1. String prefix
)

Route MOUNT requests matching route to annotated method.

Implementation

const Route.mount(String prefix)
    : verb = r'$mount',
      route = prefix;