getInstance property

QuickeyDBImpl? getInstance

Implementation

static QuickeyDBImpl? get getInstance {
  assert(_getInstance != null,
      'No instance found, please make sure to call [initialize] before getting instance');
  return _getInstance;
}