menu
element_dart package
documentation
extensions.dart
DartListExt<E>
neq method
neq method
dark_mode
light_mode
neq
method
bool
neq
(
List
other
)
判断两个 List 是否不相等
Implementation
bool neq(List other) => !eq(other);
element_dart package
documentation
extensions
DartListExt<E>
neq method
DartListExt extension on
List
<
E
>