Announcement constructor

const Announcement(
  1. {Key key}
)

Implementation

const Announcement({Key key}) : super(key: key);