multi property

Converts the snapshot to a MultiWidgetMatcher, which can match multiple widgets.

This method is used when you want to perform assertions or operations on multiple widgets discovered by the snapshot.

Implementation

@useResult
MultiWidgetMatcher<W> get multi {
  return MultiWidgetMatcher.fromSnapshot(this);
}