BundleSearchUsCore class

BundleSearchUsCore A container for a collection of resources.

Constructors

BundleSearchUsCore({String? id, Code? mode, Decimal? score})
BundleSearchUsCore 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
mode → Code?
mode Why this entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score → Decimal?
score When searching, the server's search ranking score for the entry.
no setter
value → BundleSearch
BundleSearch 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