orDefault method

  1. @useResult
T orDefault(
  1. T defaultValue
)

Implementation

@useResult
T orDefault(T defaultValue) => this ?? defaultValue;