copyWith method

  1. @override
SupabaseQuery copyWith({
  1. String? id,
  2. String? type,
  3. String? group,
  4. String? table,
  5. String? select,
  6. int? limit,
  7. int? offset,
  8. String? orderBy,
  9. bool? isCount,
  10. List<SupasetFilterEntity>? filters,
  11. String? requestName,
  12. String? projectID,
  13. SupabaseQueryTypes? supabaseQueryType,
  14. 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();
}