Map<String, dynamic> toJson() => { 'is_rounding': this.isRounding, 'decimal_places': this.roundingToDecimalPlaces, 'rounding_method': this.roundingMethod, };