monthName property

String get monthName

Implementation

String get monthName {
  var _monthName = DateFormat('MMM').format(this.datetime);
  return _monthName;
}