contains method

bool contains(
  1. dynamic element
)

Implementation

bool contains(dynamic element) => toIterable()!.contains(element);