ComponentsDescription constructor

const ComponentsDescription({
  1. required String name,
  2. required String path,
})

Implementation

const ComponentsDescription({required this.name, required this.path});