Iterable<String> get ignoredKeys => source.entries .where((e) => !isInsertable(e.key, e.value)) .map((e) => e.key);