reloadLocal method

T? reloadLocal()

Reload model from local storage.

Implementation

T? reloadLocal() => _adapter.findOneLocal(_key);