You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can the 'final String? status' field be filtered to exclude null values?
The 'status' field can have the values 'null', 'inProgress', 'pending', and 'approved'.
Ex>
var filter = FilterState();
filter.add(_statusFilterGroup, [Filter.facet('status', !=null )]); // <<<
The text was updated successfully, but these errors were encountered:
Can the 'final String? status' field be filtered to exclude null values?
The 'status' field can have the values 'null', 'inProgress', 'pending', and 'approved'.
Ex>
The text was updated successfully, but these errors were encountered: