WindowID.fromJson constructor

WindowID.fromJson(
  1. int value
)

Implementation

factory WindowID.fromJson(int value) => WindowID(value);