whereOk method

Implementation

List<InitializationResult> whereOk() => where((e) => e.ok).toList();