nullFirst property

Comparator<T?> get nullFirst

Implementation

Comparator<T?> get nullFirst => this_lib.nullFirst(this);