Fluent method to add custom metadata entries.
RouteData setMeta(String key, dynamic value) { metadata[key] = value; return this; }