operator & method

bool operator &(
  1. dynamic key
)

Alternative for thiskey != null

Implementation

bool operator &(key) => this[key] != null;