Library constructor

Library(
  1. int id,
  2. String name,
  3. String path,
  4. CacheController _cacheController,
  5. KuebikoHttpClient _httpClient,
)

Implementation

Library(this.id, this.name, this.path, this._cacheController, this._httpClient);