CelmRunHandle constructor

const CelmRunHandle({
  1. required String runId,
  2. required Future<CelmOutcome> outcome,
})

Implementation

const CelmRunHandle({required this.runId, required this.outcome});