cVal property
CHAR
get
cVal
Implementation
CHAR get cVal => .new(_cVal);
set
cVal
(CHAR value)
Implementation
set cVal(CHAR value) => _cVal = value;