DarwinAssetPath constructor

const DarwinAssetPath(
  1. 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);