QueryMatchProperties class

Optional sub-properties relating to a QueryMatch.

Constructors

QueryMatchProperties({List<String>? mimetypes, String? category, String? subtitle, List<String>? actions})
const

Properties

actions List<String>?
A list of callback function names available for this match, if any.
final
category String?
The category or name this match is associated with, displayed on the left-hand side of the KRunner match interface.
final
hashCode int
The hash code for this object.
no setterinherited
mimetypes List<String>?
A list of mimetypes associated with this match, if any.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
Descriptive text for the match. Displayed smaller and less prominent compared to the title.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDBusDict() → DBusDict
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited