build method
The session so far.
Implementation
GenUiTrace build() => GenUiTrace(
steps: List<GenUiTraceStep>.unmodifiable(_steps),
catalogId: catalogId,
notes: _notes,
);
The session so far.
GenUiTrace build() => GenUiTrace(
steps: List<GenUiTraceStep>.unmodifiable(_steps),
catalogId: catalogId,
notes: _notes,
);