Settings constructor

Settings(
  1. Storage storage
)

A class that manages settings. Settings are persisted to an underlying Storage implementation. Each setting is represented by a Setting.

Implementation

Settings(Storage storage) : _storage = storage;