any static method

Implementation

static bool any(Iterable<HasInitialized> list) => list.any((e) => e.isInitialized);