front property

T get front

Natively fetches exactly the first structural object bound explicitly.

Implementation

T get front => _data.first;