defaultFormat top-level property

Format defaultFormat
final

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();