copyWith abstract 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,
})
Implementation
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,
});