static Decimal fromJsonDecimalInt( int? value, int? precision, ) => Decimal(intValue: value ?? 0, precision: precision ?? 2);