IsNullCondition constructor
      const
      IsNullCondition({ 
    
- required int property,
Filters the results to only include objects where the property is null.
Implementation
const IsNullCondition({required this.property});