BundleLinkUsCore class

BundleLinkUsCore A container for a collection of resources.

Constructors

BundleLinkUsCore({String? id, String? relation, FhirUri? url})
BundleLinkUsCore A container for a collection of resources.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setter
relation String?
relation A name which details the functional use for this link - see (http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url → FhirUri?
url The reference details for the link.
no setter
value → BundleLink
BundleLink A container for a collection of resources.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited