description property

  1. @override
String get description
override

Human-readable description.

Implementation

@override
String get description =>
    'Retrieves the output of a background task. Can block until '
    'the task completes or return immediately.';