tryFormattedFirst property
Controls the priority of formatted parsing versus standard parsing.
If true, the parser attempts to use defaultFormat first. If that fails,
it falls back to standard num.parse.
If false, standard num.parse is attempted first.
Implementation
final bool tryFormattedFirst;