isRead property

  1. @JsonKey(name: 'read')
bool? isRead
inherited

Whether the announcement has been read by the current user.

Implementation

@JsonKey(name: 'read')
bool? get isRead => throw _privateConstructorUsedError;