FSFilterable<T> constructor

FSFilterable<T>(
  1. Query<Object?> query,
  2. Type type, {
  3. GetOptions? getOptions,
})

Implementation

FSFilterable(super.query, super.type, { this.getOptions });