toMonth property

String get toMonth

Implementation

String get toMonth => (this == null) ? "" : DateFormat.MMMM().format(this!);