formatDateWithTime method

String formatDateWithTime()

Implementation

String formatDateWithTime() =>
    DateFormat('dd MMM yyyy \'at\' hh:mm a').format(this);