void forEachField(void Function(String? fieldName, int fieldPosition, String? value) callback) { _forEachField(allowInterop(callback)); }