numeric property
bool
get
numeric
Implementation
_i2.bool get numeric => _i5.getProperty(
this,
'numeric',
);
set
numeric
(bool value)
Implementation
set numeric(_i2.bool value) {
_i5.setProperty(
this,
'numeric',
value,
);
}