decVal property

DECIMAL decVal

Implementation

DECIMAL get decVal => this.Anonymous.decVal;
void decVal=(DECIMAL value)

Implementation

set decVal(DECIMAL value) => this.Anonymous.decVal = value;