description property
A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.
Implementation
final String? description;
A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.
final String? description;