or method

bool or(
  1. bool other
)

Implementation

bool or(bool other) => this || other;