orZero method

num orZero()

Implementation

num orZero() {
  return this == null ? 0.0 : this!;
}