EasyMessage constructor

const EasyMessage({
  1. Key? key,
})

Implementation

const EasyMessage({Key? key}) : super(key: key);