SubmitResponseOptions constructor
SubmitResponseOptions({})
Implementation
SubmitResponseOptions({
required this.customerId,
required this.title,
required this.description,
required this.typeId,
this.email,
this.name,
});