endTimeText property

String endTimeText

Implementation

String get endTimeText => endAt == null
    ? 'null'
    : DateFormat(FConsole.instance.options.timeFormat).format(endAt!);