AssetDescriptor constructor
- {required String location,
- required String name,
- required String description,
- String? packageName,
- String? data}
Implementation
AssetDescriptor({
required this.location,
required this.name,
required this.description,
this.packageName,
this.data,
});