static Future<void> upsert(Check obj) async { await _ready(); String data = obj.toDataString(); await _prefs.setString('CheckModel', data); }