AssetReference constructor

const AssetReference(
  1. String name,
  2. AssetType type, {
  3. String? encryptionKey,
  4. double gain = defaultGain,
})

Create an instance.

Implementation

const AssetReference(
  this.name,
  this.type, {
  this.encryptionKey,
  this.gain = defaultGain,
});