hydrated property Null safety

bool hydrated
read / write

the first call to .get() will always try to hydrate the local db

Implementation

bool hydrated = false;