lastOr method

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

Implementation

E? lastOr([E? defaultValue]) => elementAtOr(lastIndex, defaultValue);