standard_10 constant

StandardNumericNumFormat const standard_10

Standard format 10: percentage with two decimals (0.00%).

Implementation

static const standard_10 = StandardNumericNumFormat._(
  numFmtId: 10,
  formatCode: "0.00%",
);