meta property

Map<String, dynamic> meta

Helper to access RouteMatch.meta

Implementation

Map<String, dynamic> get meta => _match.meta;