getFormattedDateTimeFormat method

String getFormattedDateTimeFormat()

Implementation

String getFormattedDateTimeFormat() =>
    formattedDateTimeFormat ??
    '${getFormattedDateFormat()} ${getFormattedTimeFormat()}';