menu
openworld package
documentation
three_dart/three3d/dart_helpers.dart
every function
every function
dark_mode
light_mode
every
function
bool
every
(
List
list
,
dynamic
fn
(
dynamic
e
)
)
Implementation
bool every(List list, dynamic Function(dynamic e) fn) => list.every((x) => truthy(fn(x)));
openworld package
documentation
three_dart/three3d/dart_helpers
every function
dart_helpers library