totalDays property

int totalDays

Returns total days in the month of the year.

Implementation

int get totalDays => _nepaliYears[year]![month];