getMonth property

String getMonth

Get Month

Returns month string in the format January, February etc

Implementation

String get getMonth => DateConstants.months[month - 1].month;