CustomNumericNumFormat constructor

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

Implementation

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