DemoScreen constructor
const
DemoScreen({})
Implementation
const DemoScreen(
{Key? key,
required this.email,
required this.token,
required this.productId,
required this.policyId,
required this.distributorId,
required this.customerId,
this.claimDetail,
required this.typeOfInspection,
required this.providerId,
required this.camera})
: super(key: key);