d static method

String d([
  1. DateTime? datetime
])

Implementation

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