published property

  1. @Deprecated('Use status instead')
  2. @JsonKey(defaultValue: false)
bool published
getter/setter pair

Implementation

@Deprecated('Use status instead')
@JsonKey(defaultValue: false)
late bool published = false;