NumberFormat constructor

NumberFormat({
  1. String? pattern,
  2. String? type,
})

Implementation

NumberFormat({this.pattern, this.type});