api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
The logical conjunction ("and") of this and other.
other
Returns true if both this and other are true, and false otherwise.
true
false
@Since("2.1") bool operator &(bool other) => other && this;