formatDateTime abstract method

String formatDateTime(
  1. DateTime dateTime, {
  2. bool showDate = true,
  3. bool showTime = true,
  4. bool showSeconds = false,
  5. bool use24HourFormat = true,
})

Implementation

String formatDateTime(DateTime dateTime,
    {bool showDate = true,
    bool showTime = true,
    bool showSeconds = false,
    bool use24HourFormat = true});