AssetNode constructor

AssetNode(
  1. String path
)

Implementation

AssetNode(this.path)
    : type = _computeType(path),
      name = _computeName(path);