currentDate top-level property

String currentDate
getter/setter pair

Implementation

String currentDate = "${DateTime.now().month}/${DateTime.now().year}";