toJson method

Map<String, dynamic> toJson()

Implementation

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