The route manifest. YAML is primary; the Dart builder emits the same YAML.
Properties
- baseUrl → String?
-
Absolute site origin from
base_url, used for generated absolute URLs (e.g. sitemaplocvalues).nullwhen the YAML omits it.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
routes
→ List<
RouteEntry> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toYaml(
) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
builder(
) → RouteManifestBuilder - Programmatic construction (round-trips to YAML).
-
parseYaml(
String yaml) → RouteManifest - Parses the canonical YAML.