totalDaysInYear property

int totalDaysInYear

Returns total days in the year.

Implementation

int get totalDaysInYear => _nepaliYears[year]!.first;