whereJsonContains abstract method
Implementation
QueryBuilder whereJsonContains(
String column,
dynamic value, {
String boolean = 'and',
bool not = false,
});
QueryBuilder whereJsonContains(
String column,
dynamic value, {
String boolean = 'and',
bool not = false,
});