dayOfYear property

int dayOfYear

Implementation

int get dayOfYear => int.parse(DateFormat('D').format(_dateTime));