renderTime method

String renderTime(
  1. DateTime time
)

Implementation

String renderTime(DateTime time) => outputFormat.format(time);