NumberFormatSI constructor

NumberFormatSI({
  1. bool unicode = false,
})

Constructs an instance.

Implementation

NumberFormatSI({this.unicode = false});