UProcessGetParams constructor

UProcessGetParams({
  1. required String processId,
  2. bool intro = false,
})

Implementation

UProcessGetParams({
  required this.processId,
  this.intro = false,
});