canFilterBy property

List<SubscriptionTopicCanFilterBy>? canFilterBy
inherited

canFilterBy List of properties by which Subscriptions on the SubscriptionTopic can be filtered. May be defined Search Parameters (e.g., Encounter.patient) or parameters defined within this SubscriptionTopic context (e.g., hub.event).

Implementation

List<SubscriptionTopicCanFilterBy>? get canFilterBy =>
    throw _privateConstructorUsedError;