text property

String get text
override

Implementation

String get text {
  if (decs == 0) return value.toInt().toString();
  return super.text;
}