AlertMessage constructor Null safety

const AlertMessage(
  1. String message,
  2. {Key? key}
)

Implementation

const AlertMessage(this.message, {Key? key}) : super(key: key);