menu
bones_ui package
documentation
bones_ui_kit.dart
DataSourceResolver<T>
resolveDataSource method
resolveDataSource method
dark_mode
light_mode
resolveDataSource
method
DataSource
<
T
>
?
resolveDataSource
(
)
Implementation
DataSource<T>? resolveDataSource() { _dataSource ??= DataSource.byID(id); return _dataSource; }
bones_ui package
documentation
bones_ui_kit
DataSourceResolver<T>
resolveDataSource method
DataSourceResolver class