RequestCreateDTO constructor
RequestCreateDTO({})
Implementation
RequestCreateDTO(
{this.channel,
this.form,
bool? isAdfRequest,
this.raiseOnBehalfOf,
this.requestFieldValues,
List<String>? requestParticipants,
this.requestTypeId,
this.serviceDeskId})
: isAdfRequest = isAdfRequest ?? false,
requestParticipants = requestParticipants ?? [];