numberFormat property

  1. @TagNumber(19)
List<NumberFormat> numberFormat

Note that the number format here is used for formatting only, not parsing. Hence all the varied ways a user may write a number need not be recorded

  • just the ideal way we would like to format it for them. When this element is absent, the national significant number will be formatted as a whole without any formatting applied.

Implementation

@$pb.TagNumber(19)
$core.List<NumberFormat> get numberFormat => $_getList(17);