alias
Analyzer::Dart::Angel3::Group
Overview
A group('/prefix', (router) { ... }) block: its composed prefix,
the child-router parameter name, and the char range of its closure
body (where calls on param are scoped to this group).
Alias Definition
{prefix: String, param: String, range_start: Int32, range_end: Int32}