formatted property
String
get
formatted
Gives formatted date in form of 'month - year'.
Implementation
String get formatted => "$month-$year";
Gives formatted date in form of 'month - year'.
String get formatted => "$month-$year";