SupaCountModifier<B extends SupaCore, R extends SupaRecord<B>> constructor

  1. @internal
const SupaCountModifier<B extends SupaCore, R extends SupaRecord<B>>(
  1. CountOption option,
  2. SupaModifier<B, R, dynamic, PostgrestTransformBuilder<List<Map<String, dynamic>>>, PostgrestBuilder>? previousModifier
)

Count the number of records

Counts the number of records in the response.

Implementation

@internal
const SupaCountModifier(this.option, super.previousModifier);