visibleInPreview property Null safety

bool? visibleInPreview
@JsonKey(includeIfNull: false), read / write

是否将水印设为预览时本地可见:

  • true:(默认) 预览时水印本地可见。
  • false:预览时水印本地不可见。

Implementation

@JsonKey(includeIfNull: false)
bool? visibleInPreview;