isMocking property
bool
get
isMocking
If mockEntries is not null it means the storage behavior is being mocked.
Implementation
bool get isMocking => mockEntries != null;
If mockEntries is not null it means the storage behavior is being mocked.
bool get isMocking => mockEntries != null;