hasAny method

bool hasAny(
  1. List<int> fieldNumbers
)

Implementation

bool hasAny(List<int> fieldNumbers) => fieldNumbers.any(hasField);