path property

String? path

路由的路径

会已uri的格式解析, 并拿出当中路径的部分

Implementation

String? get path {
  return name?.uri?.path;
}