H static method

String H([
  1. DateTime? datetime
])

Implementation

static String H([DateTime? datetime]) => DateFormat.format(datetime, 'H');