description property Null safety

String description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Tells the client if authentication is required. If so, returns authentication parameters challenge and salt (see "Authentication" for more information).';