OrderPlaced constructor

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

Implementation

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