includes()
Returns true if this list contains the specified object.
includes(item: T): boolean;
Related
class ObservableList
A data structure that contains an ordered set of observable objects.
Returns true if this list contains the specified object.
includes(item: T): boolean;