isClosed property

bool isClosed

Implementation

bool get isClosed {
  return eventsController.isClosed || noticesController.isClosed;
}