isFirst property

bool? Function(T)? isFirst
final

Callback, called to indicate whether the provided T is the first.

null returned means that the T shouldn't participant in such test.

Implementation

final bool? Function(T)? isFirst;