isStreamingSupabaseQuery property

  1. @TagNumber(6)
bool get isStreamingSupabaseQuery

@doc If true, returns query results as a stream that updates in real time. If false, returns the one-time query results.

Implementation

@$pb.TagNumber(6)
$core.bool get isStreamingSupabaseQuery => $_getBF(5);
  1. @TagNumber(6)
set isStreamingSupabaseQuery (bool value)

Implementation

@$pb.TagNumber(6)
set isStreamingSupabaseQuery($core.bool value) => $_setBool(5, value);