ModelExtractOptions constructor

ModelExtractOptions({
  1. String? trialId,
})

Implementation

ModelExtractOptions({
  this.trialId,
});