copyWithUrl method

PostgrestTransformBuilder<T> copyWithUrl(
  1. Uri url
)

Implementation

PostgrestTransformBuilder<T> copyWithUrl(Uri url) =>
    PostgrestTransformBuilder(_copyWith(url: url));