fullDateTime static method

String fullDateTime(
  1. DateTime d
)

Implementation

static String fullDateTime(DateTime d) => _fullDate.format(d);