description method

  1. @override
String description()
override

A human readable description of the action.

Implementation

@override
String description() {
  return 'Swipe ${direction.name} in "$within" until "$until" is found';
}