headOption property

  1. @override
Option<A> headOption
override

Implementation

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