or method

double or(
  1. double fallback
)

Implementation

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