description property

  1. @override
String get description
override

Human-readable description.

Implementation

@override
String get description =>
    'Interact with a graphical user interface via mouse clicks, '
    'keyboard input, scrolling, and screenshots.';