isLast property
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;
Callback, called to indicate whether the provided T
is the last.
null
returned means that the T
shouldn't participant in such test.
final bool? Function(T)? isLast;