menu
dartufbt package
documentation
log/log_format.dart
UfbtLogFormat
percent static method
percent static method
dark_mode
light_mode
percent
static method
String
percent
(
double
value
)
Implementation
static String percent(double value) { return '${value.toStringAsFixed(1).padLeft(5)}%'; }
dartufbt package
documentation
log/log_format
UfbtLogFormat
percent static method
UfbtLogFormat class