Flutter: Column is a value

A check for exact equality (null, true, false), finds all rows whose value on the stated column exactly match the specified value.

Parameters

Examples

Checking for nullness, true or false

final data = await supabase
  .from('countries')
  .select()
  .isFilter('name', null);