Asset constructor

Asset({
  1. AndroidAppAsset? androidApp,
  2. WebAsset? web,
})

Implementation

Asset({
  this.androidApp,
  this.web,
});