isDraftDiffersFromLive property

  1. @JsonKey(name: 'isDraftDiffersFromLive', defaultValue: false)
bool get isDraftDiffersFromLive
inherited

Indicates whether the draft version differs from the live published version.

Implementation

@JsonKey(name: 'isDraftDiffersFromLive', defaultValue: false)
bool get isDraftDiffersFromLive => throw _privateConstructorUsedError;