menu
tenun package
documentation
core/chart_async_processor.dart
AsyncChartProcessingController
isCurrent method
isCurrent method
dark_mode
light_mode
isCurrent
method
bool
isCurrent
(
int
generation
)
Implementation
bool isCurrent(int generation) => !_disposed && generation == _generation;
tenun package
documentation
core/chart_async_processor
AsyncChartProcessingController
isCurrent method
AsyncChartProcessingController class