totalDaysInBanglaMonths top-level constant

List<int> const totalDaysInBanglaMonths

Implementation

const totalDaysInBanglaMonths = [
  30,
  30,
  30,
  30,
  31,
  31,
  31,
  31,
  31,
  30,
  30,
  30,
];