UnmappedAttribute class
An attribute that we extracted, but were unable to relate to an entity.
Constructors
- UnmappedAttribute({Attribute? attribute, EntityType? type})
-
UnmappedAttribute.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attribute → Attribute?
-
The specific attribute that has been extracted but not mapped to an entity.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → EntityType?
-
The type of the attribute, could be one of the following values:
"MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE"
or "PROTECTED_HEALTH_INFORMATION".
final
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