core.List<core.int> get startCursorAsBytes => convert.base64.decode(startCursor!);
set startCursorAsBytes(core.List<core.int> bytes_) { startCursor = convert.base64.encode(bytes_).replaceAll('/', '_').replaceAll('+', '-'); }