bool isInsertable(String key, dynamic value) { return this.key.keys.contains(key) && value != null; }