ActiveWindowInfo class

Constructors

ActiveWindowInfo({required String title, String? appName, String? path, String? bundleId, String? rawResult, String? userName, String? hostName, String? deviceId})
ActiveWindowInfo.fromJson(String source)
factory
ActiveWindowInfo.fromMap(Map<String, dynamic> map)
factory

Properties

appName String?
getter/setter pair
bundleId String?
getter/setter pair
deviceId String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hostName String?
getter/setter pair
path String?
getter/setter pair
rawResult String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
getter/setter pair
userName String?
getter/setter pair

Methods

copyWith({String? title, String? appName, String? path, String? bundleId, String? rawResult, String? userName, String? hostName, String? deviceId}) ActiveWindowInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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