ActiveWindowInfo.fromJson constructor
ActiveWindowInfo.fromJson(
- String source
Implementation
factory ActiveWindowInfo.fromJson(String source) => ActiveWindowInfo.fromMap(json.decode(source));
factory ActiveWindowInfo.fromJson(String source) => ActiveWindowInfo.fromMap(json.decode(source));