DateFormat constructor

DateFormat({
  1. required String format,
})

Implementation

DateFormat({
  required this.format,
});