format method

String format(
  1. DateFormat? format
)

Implementation

String format(DateFormat? format) => format?.format(asUtcTime()) ?? '';