copyWith method
SupabaseQuery
copyWith({
- String? id,
- String? type,
- String? group,
- String? table,
- String? select,
- int? limit,
- int? offset,
- String? orderBy,
- bool? isCount,
- List<
SupasetFilterEntity> ? filters, - String? requestName,
- String? projectID,
- SupabaseQueryTypes? supabaseQueryType,
- bool? single,
override
Implementation
@override
SupabaseQuery copyWith({
String? id,
String? type,
String? group,
String? table,
String? select,
int? limit,
int? offset,
String? orderBy,
bool? isCount,
List<SupasetFilterEntity>? filters,
String? requestName,
String? projectID,
SupabaseQueryTypes? supabaseQueryType,
bool? single,
}) {
// TODO: implement copyWith
throw UnimplementedError();
}