sourceTitle property

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

窗口标题。UTF-8 编码。

Implementation

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