containsValue method

bool containsValue(
  1. T attribute
)

Implementation

bool containsValue(T attribute) => _map?.containsValue(attribute) ?? false;