fromStatus static method
Converts status value to a WinSessionDisplayState.
Implementation
static fromStatus(int status) => WinSessionDisplayState.values.firstWhere(
(element) => element.status == status,
);
Converts status value to a WinSessionDisplayState.
static fromStatus(int status) => WinSessionDisplayState.values.firstWhere(
(element) => element.status == status,
);