This list, or defaultValue if empty. Audited: 2026-06-12 11:26 EDT
defaultValue
@useResult List<T> orDefault(List<T> defaultValue) => isEmpty ? defaultValue : this;