system property

Uri? get system

The system that defines the meaning of the tag.

Type: UriType Path: Tag.system Minimum Cardinality: 1 Maximum Cardinality: 1

Implementation

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