description property

String description

Free text explaining what is this exception about

Implementation

String get description =>
    (name.isEmpty ? descriptionForArg : descriptionForOpt);