description property Null safety

String description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Stop streaming. Will return an error if streaming is not active.';