firstOr method

E? firstOr([
  1. E? defaultValue
])

Implementation

E? firstOr([E? defaultValue]) => elementAtOr(0, defaultValue);