operator & method

Boolean operator &(
  1. Boolean other
)

Logical operators

Implementation

Boolean operator &(Boolean other) => and(other);