ActiveWindowInfo.fromJson constructor

ActiveWindowInfo.fromJson(
  1. String source
)

Implementation

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