processPath property

  1. @JsonKey.new(name: 'processPath')
String? processPath
final

窗口所属的进程。UTF-8 编码。

Implementation

@JsonKey(name: 'processPath')
final String? processPath;