defaultGstPercentage top-level constant

Map<GstType, double> const defaultGstPercentage

Default GST percentages for each type

Implementation

const Map<GstType, double> defaultGstPercentage = {
  GstType.igst: 18,
  GstType.sgst: 9,
  GstType.cgst: 9,
  GstType.utgst: 9,
};