menu
kt_dart package
documentation
collection.dart
KtCollection<T>
contains abstract method
contains abstract method
dark_mode
light_mode
contains
abstract method
bool
contains
(
T
element
)
Checks if the specified element is contained in this collection.
Implementation
bool contains(T element);
kt_dart package
documentation
collection
KtCollection<T>
contains abstract method
KtCollection class