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