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