headOption property

  1. @override
Option<A> get headOption
override

Implementation

@override Option<A> get headOption => some(_head);