Field class
A (sub) field of a type.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxOccurs ↔ int?
-
The maximum number of times this field can be repeated.
getter/setter pair
- minOccurs ↔ int?
-
The minimum number of times this field must be present/repeated.
getter/setter pair
- name ↔ String?
-
The name of the field.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- table ↔ String?
-
The HL7v2 table this field refers to.
getter/setter pair
- type ↔ String?
-
The type of this field.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited