NamedGroupCPO class
Constructors
- NamedGroupCPO({String name = 'default', required CPO cpo, required CPOGetter cpoGetter, String? father, bool isGroup = false})
-
const
- NamedGroupCPO.copy({required NamedGroupCPO copy})
-
factory
- NamedGroupCPO.cpo({required String name, required CPO value, String? father})
-
factory
- NamedGroupCPO.getter({required String name, required CPOGetter value})
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited