EnsureExistsStep constructor

EnsureExistsStep({
  1. required String testableId,
  2. Duration? timeout,
})

Implementation

EnsureExistsStep({
  required this.testableId,
  this.timeout,
}) : assert(testableId.isNotEmpty == true);