firstOrNull property

V? get firstOrNull

Returns first element in array, if it's empty returns null.

Implementation

V? get firstOrNull => fn.firstOrNull<V>(this);