menu
active_window package
documentation
window_result.dart
WindowsResult
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'exe': exe, 'name': name, 'title': title, }; }
active_window package
documentation
window_result
WindowsResult
toMap method
WindowsResult class