system property

Uri? get system

The identification of the code system that defines the meaning of the symbol in the code.

Implementation

Uri? get system =>
    Uri.tryParse(_json.getValue(systemField.name).stringValue ?? '');