all function

bool Function(dynamic) all()

Implementation

bool Function(dynamic) all() => (e) => e != null ? true : false;