AssetConfig constructor

AssetConfig({
  1. String enterprise = 'Demo',
})

Implementation

AssetConfig({String enterprise = 'Demo'}) : super(enterprise);