CelmRunHandle constructor
const
CelmRunHandle({
- required String runId,
- required Future<
CelmOutcome> outcome,
Implementation
const CelmRunHandle({required this.runId, required this.outcome});