ClassUriInfo class

从uri中解析到的类信息

Constructors

ClassUriInfo(String key, String namedConstructorInUri, Map<String, String> uriParams)

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
类的ky
final
namedConstructorInUri String
命名构造函数的名字
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uriParams Map<String, String>
uir中包含的参数信息
final

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