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