hms static method

String hms([
  1. DateTime? datetime
])

Implementation

static String hms([DateTime? datetime]) =>
    DateFormat.format(datetime, 'h:mm:ss a');