defaultFormat top-level property
The default engine behind the top-level format, formatWith, sprintf, and vsprintf functions: C locale, Unicode scalars, Dart SDK double conversion, no custom extensions.
Implementation
final defaultFormat = Format();
The default engine behind the top-level format, formatWith, sprintf, and vsprintf functions: C locale, Unicode scalars, Dart SDK double conversion, no custom extensions.
final defaultFormat = Format();