formatYear static method

String formatYear(
  1. DateTime d
)

Implementation

static String formatYear(DateTime d) => _yearFormat.format(d);