id property

TrialId get id

Implementation

TrialId get id =>
    TrialId(runName: runName, taskId: taskId, trialIndex: trialIndex);