decimalRange property

int? decimalRange
final

Number of digits allowed after the decimal point.

  • null — unlimited fraction digits.
  • 0 — integers only (decimal point not allowed).
  • n — at most n fraction digits.

Implementation

final int? decimalRange;