isLast property

bool? Function(T)? isLast
final

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

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

Implementation

final bool? Function(T)? isLast;