Checkoutpage constructor

const Checkoutpage({
  1. Key? key,
  2. String? strUrl,
})

Implementation

const Checkoutpage({Key? key,this.strUrl}) : super(key: key);