DarwinAssetPath constructor
const
DarwinAssetPath(
- AssetPathEntity _path
Creates a Darwin view over the given _path.
Prefer AssetPathEntity.darwin which performs the platform check for you.
Implementation
const DarwinAssetPath(this._path);