resolveDataSource method

DataSource<T>? resolveDataSource()

Implementation

DataSource<T>? resolveDataSource() {
  _dataSource ??= DataSource.byID(id);
  return _dataSource;
}