TtsFetchLocation class sealed

Where one TTS bundle member is fetched from — the typed result of TtsModelTypeManifest.fetchLocationFor. Exactly two shapes exist: a TtsRelativeSuffix resolved against the model's install base URL, or a TtsAbsoluteUrl fetched as-is (a cross-repo file, e.g. Inflect's reused Matcha G2P bundle). TtsInstallationBuilder's joinUrl exhaustively switches on this, so the two cases can never be confused by string sniffing.

Implementers

Properties

hashCode → int
The hash code for this object.
no setterinherited
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

Operators

operator ==(Object other) → bool
The equality operator.
inherited