PostgrestTransformBuilder<T> constructor

PostgrestTransformBuilder<T>(
  1. PostgrestBuilder builder
)

Implementation

PostgrestTransformBuilder(PostgrestBuilder builder)
    : super(
        url: builder.url,
        method: builder.method,
        headers: builder.headers,
        schema: builder.schema,
        body: builder.body,
        httpClient: builder.httpClient,
      );