ContentService constructor

ContentService(
  1. TreeService _tree,
  2. StorageService _storage
)

Implementation

ContentService(this._tree, this._storage);