or method

T or(
  1. T value
)

Implementation

T or(T value) => this ?? value;