menu
jet_flutter_framework package
documentation
jet_framework.dart
LogValidator<T>
log property
log property
dark_mode
light_mode
log
property
String
Function
(
T?
value
)
?
log
final
A custom logging function to log the value.
Implementation
final String Function(T? value)? log;
jet_flutter_framework package
documentation
jet_framework
LogValidator<T>
log property
LogValidator class