description property

String description

You can extend this class and override this field.

Example:

when: 'Positive Border height value'
then: 'outputs value in m'
description: 'Positive Border height value -> outputs value in m'

Implementation

String get description => when + descriptionDelimiter + then;