NumPlaceholder constructor
NumPlaceholder({})
Implementation
NumPlaceholder({
required this.id,
required this.format,
this.customPattern,
this.decimalDigits,
this.symbol,
this.description,
this.example,
this.context,
});