GenericAsset constructor

const GenericAsset(
  1. String? package,
  2. String key,
  3. String path
)

Creates a GenericAsset.

Implementation

const GenericAsset(super.package, super.key, super.path);