totalDaysInYear property

int get totalDaysInYear

Returns total days in the year.

Implementation

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