Null check .any()
You can't just have
The reason is if there is no content then there is nothing to count and do it doesn't exist which means content is equal to null
To combat that you need to null check it.
Last updated
Was this helpful?
You can't just have
The reason is if there is no content then there is nothing to count and do it doesn't exist which means content is equal to null
To combat that you need to null check it.
Last updated
Was this helpful?