formatted property

String get formatted

Gives formatted date in form of 'month - year'.

Implementation

String get formatted => "$month-$year";