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