Scan constructor

const Scan({
  1. Key? key,
  2. required ScanModel model,
})

Implementation

const Scan({super.key, required this.model});