filter property

  1. @JsonKey.new(includeIfNull: false)
Map<String, dynamic>? get filter
inherited

If defined, the operation only returns statistics for vectors that satisfy the filter.

Implementation

@JsonKey(includeIfNull: false)
Map<String, dynamic>? get filter => throw _privateConstructorUsedError;