menu
strlog package
documentation
formatters.dart
Formatter typedef
Formatter typedef
dark_mode
light_mode
Formatter
typedef
Formatter
=
List
<
int
>
Function
(
Record
)
Formatter
is capable to format single
Record
entry.
Implementation
typedef Formatter = List<int> Function(Record);
strlog package
documentation
formatters
Formatter typedef
formatters library