NamedGroupCPO constructor

const NamedGroupCPO({
  1. String name = 'default',
  2. required CPO cpo,
  3. required CPOGetter cpoGetter,
  4. String? father,
  5. bool isGroup = false,
})

Implementation

const NamedGroupCPO({this.name = 'default', required this.cpo, required this.cpoGetter, this.father, this.isGroup = false});