NumFormat constructor

NumFormat(
  1. String id,
  2. String format
)

Implementation

NumFormat(this.id, this.format);