s static method

String s([
  1. DateTime? datetime
])

Implementation

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