SupabaseQueryOp constructor

const SupabaseQueryOp(
  1. String method,
  2. String column,
  3. dynamic value
)

Implementation

const SupabaseQueryOp(this.method, this.column, this.value);