Annulment constructor

const Annulment(
  1. {Key? key}
)

Implementation

const Annulment({
  Key? key,
}) : super(key: key);