digits property
dynamic
get
digits
Number of fractionalDigits.
Possible values:
- A number describing the number of fractional digits.
*
- Quantifier syntax like
2,4
. When the quantifier syntax is used, thedigitsOptional
option is ignored
@default "*"
Implementation
_i2.dynamic get digits => _i4.getProperty(
this,
'digits',
);
set
digits
(dynamic value)
Implementation
set digits(_i2.dynamic value) {
_i4.setProperty(
this,
'digits',
value,
);
}