Dpc constructor

Dpc({
  1. String? dpcName,
  2. String? name,
  3. String? packageName,
})

Implementation

Dpc({this.dpcName, this.name, this.packageName});