or method

int or(
  1. int fallback
)

Implementation

int or(int fallback) => this ?? fallback;