AssetType constructor

AssetType({
  1. required String rootPath,
  2. required String path,
})

Implementation

AssetType({required this.rootPath, required this.path});