description property
String?
get
description
A human-readable description of the argument.
Implementation
String? get description => _value['description'] as String?;
A human-readable description of the argument.
String? get description => _value['description'] as String?;