maxDecimalLength property

int? get maxDecimalLength

Implementation

int? get maxDecimalLength => _$this._maxDecimalLength;
set maxDecimalLength (int? maxDecimalLength)

Implementation

set maxDecimalLength(int? maxDecimalLength) =>
    _$this._maxDecimalLength = maxDecimalLength;