all static method

Implementation

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