yMEd method
Format date with DateFormat.yMEd intl format
Implementation
String yMEd(BuildContext context) =>
_format(context, (locale) => DateFormat.yMEd(locale));
Format date with DateFormat.yMEd intl format
String yMEd(BuildContext context) =>
_format(context, (locale) => DateFormat.yMEd(locale));