code property

String? get code

The machine-readable value of the tag.

Type: CodeType Path: Tag.code Minimum Cardinality: 1 Maximum Cardinality: 1

Implementation

String? get code => codeField.getValue(_json);