fortnightNumber property

int get fortnightNumber

Returns the fortnight number.

Implementation

int get fortnightNumber => day <= 15 ? 1 : 2;