alt property

num? alt

Implementation

num? get alt => length == 3 ? _items[2] : null;