filterBy property

List<SubscriptionFilterBy>? filterBy
inherited

filterBy The filter properties to be applied to narrow the subscription topic stream. When multiple filters are applied, evaluates to true if all the conditions applicable to that resource are met; otherwise it returns false (i.e., logical AND).

Implementation

List<SubscriptionFilterBy>? get filterBy =>
    throw _privateConstructorUsedError;