YimUrlRouterPath class
使用一个Url的路径
- Inheritance
-
- Object
- YimModel
- YimRouterPath
- YimUrlRouterPath
Constructors
- YimUrlRouterPath(String routerUrl, IAppNamePageBuilder namePageBuilder)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
YimRouterPathItem> -
no setteroverride
- namePageBuilder → IAppNamePageBuilder
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
no setter
Methods
-
copy(
) → YimRouterPath -
inherited
-
initWithJsonMap(
Map jsonMap) → void -
inherited
-
initWithJsonObject(
Object jsonObject) → void -
inherited
-
initWithJsonString(
String json) → void -
inherited
-
jsonValueToDouble(
dynamic value) → double? -
inherited
-
jsonValueToList<
T> (dynamic value, {T itemConvert(dynamic)?}) → List< T> ? -
inherited
-
jsonValueToString(
dynamic value) → String? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEncodable(
) → dynamic -
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited