isPublished property

  1. @JsonKey(name: 'isPublished', defaultValue: true)
bool get isPublished
inherited

Indicates whether the changelog is published.

Implementation

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