UTicketCreateParams constructor
UTicketCreateParams({})
Implementation
UTicketCreateParams({
required this.title,
required this.description,
required this.tags,
this.instagram,
this.telegram,
this.whatsapp,
this.phone,
});