code property
String?
get
code
A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
Implementation
String? get code => _json.getValue(codeField.name).stringValue;