AssetType constructor
AssetType({})
Implementation
AssetType({
required this.rootPath,
required this.path,
required this.flavors,
required this.transformers,
this.isThemed = false,
});
AssetType({
required this.rootPath,
required this.path,
required this.flavors,
required this.transformers,
this.isThemed = false,
});