IsNullCondition constructor

const IsNullCondition({
  1. required int property,
})

Filters the results to only include objects where the property is null.

Implementation

const IsNullCondition({required this.property});