SystemWindow class

Definition of system window

Constructors

SystemWindow({required String name, required String title, required bool isActive})
Creates a system window with the given properties.
SystemWindow.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
isActive bool
Is app focused
final
name String
Name that identifies the system window
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title of the window
final

Methods

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

Operators

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