display property

String? get display

A representation of the meaning of the code in the system, following the rules of the system.

Implementation

String? get display => _json.getValue(displayField.name).stringValue;