CustomTimeNumFormat constructor

const CustomTimeNumFormat({
  1. required String formatCode,
})

Implementation

const CustomTimeNumFormat({
  required super.formatCode,
});