query property

String? get query

A string of words and quoted phrases that are matched against bookmark URLs and titles.

Implementation

String? get query => _wrapped.query;
set query (String? v)

Implementation

set query(String? v) {
  _wrapped.query = v;
}