contains method

bool contains(
  1. Object? element
)

Implementation

bool contains(Object? element) => faces.contains(element);