static Future<void> setDynamicObjectByKey(String key, dynamic values) async => await _setBase(key, values?.toJson());