XdgBackgroundPortalRequestResult class

Result of a request asking for an allowed to run in the background.

Constructors

XdgBackgroundPortalRequestResult({required bool background, required bool autostart})

Properties

autostart bool
true if the application is will be autostarted.
final
background bool
true if the application is allowed to run in the background.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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