subscribeTo property

List<KeysToSubscribe>? subscribeTo
final

This property allows to define a list of properties of SearchController class which can trigger the re-build when any changes happen.

For example, if subscribeTo is defined as [KeysToSubscribe.Results] then it'll only update the UI when results property would change.

Implementation

final List<KeysToSubscribe>? subscribeTo;