isPublished property

  1. @JsonKey(name: 'published')
bool? isPublished
inherited

Whether the announcement is currently active.

Implementation

@JsonKey(name: 'published')
bool? get isPublished => throw _privateConstructorUsedError;