menu
dart_date package
documentation
dart_date.dart
DateTimeExtension
nextMonth property
nextMonth property
dark_mode
light_mode
nextMonth
property
DateTime
get
nextMonth
The month after this
DateTime
Implementation
DateTime get nextMonth => clone.setMonth(month + 1);
dart_date package
documentation
dart_date
DateTimeExtension
nextMonth property
DateTimeExtension extension on
DateTime