menu
api_model_generator package
documentation
cli/progress_indicator.dart
ProgressIndicator
info method
info method
dark_mode
light_mode
info
method
void
info
(
String
message
)
Shows an info message.
Implementation
void info(String message) { print('ℹ $message'); }
api_model_generator package
documentation
cli/progress_indicator
ProgressIndicator
info method
ProgressIndicator class