$Uri class
dart_eval wrapper for Uri
- Implemented types
Properties
- $reified → Uri
-
Fully reify the underlying value so it can be used in a Dart context.
For example, recursively transform collections into their underlying
$values.
no setteroverride
- $value → Uri
-
The wrapped Uri
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$getProperty(
Runtime runtime, String identifier) → $Value? -
Get a property by
identifier
on this instanceoverride -
$getRuntimeType(
Runtime runtime) → int -
override
-
$setProperty(
Runtime runtime, String identifier, $Value value) → void -
Set a property by
identifier
on this instance tovalue
override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
$dataFromBytes(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$dataFromString(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$decodeComponent(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$decodeFull(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$decodeQueryComponent(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$directory(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$encodeComponent(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$encodeFull(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$encodeQueryComponent(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$file(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$http(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$https(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$parse(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$parseIPv4Address(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$parseIPv6Address(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$splitQueryString(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
$tryParse(
Runtime runtime, $Value? target, List< $Value?> args) → $Value? -
configureForRuntime(
Runtime runtime) → void - Configures the runtime for the Uri class
Constants
- $declaration → const BridgeClassDef
- Bridge class declaration for $Uri
- $type → const BridgeTypeRef
- Bridge type spec for $Uri