identifier property
List<Identifier> ?
get
identifier
Identifiers associated with the bundle
Implementation
List<Identifier>? get identifier => identifierField.getValue(json);
Identifiers associated with the bundle
List<Identifier>? get identifier => identifierField.getValue(json);