LaunchCustomerModel constructor
LaunchCustomerModel({})
Constructs a LaunchCustomerModel with optional parameters.
Implementation
LaunchCustomerModel({
required this.customerName,
this.customerEmail,
this.customerMobile,
this.customerProfileId,
});