general_cursor_not_found property

String get general_cursor_not_found

The cursor is invalid. This can happen if the item represented by the cursor has been deleted

Implementation

String get general_cursor_not_found {
  return Intl.message(
    'The cursor is invalid. This can happen if the item represented by the cursor has been deleted',
    name: 'general_cursor_not_found',
    desc: '',
    args: [],
  );
}