StructureMapTarget class

Annotations
  • @freezed

Constructors

StructureMapTarget({String? context, @JsonKey(name: '_context') Element? contextElement, StructureMapTargetContextType? contextType, @JsonKey(name: '_contextType') Element? contextTypeElement, String? element, @JsonKey(name: '_element') Element? elementElement, String? variable, @JsonKey(name: '_variable') Element? variableElement, List<StructureMapTargetListMode>? listMode, @JsonKey(name: '_listMode') List<Element?>? listModeElement, FhirId? listRuleId, @JsonKey(name: '_listRuleId') Element? listRuleIdElement, StructureMapTargetTransform? transform, @JsonKey(name: '_transform') Element? transformElement, List<StructureMapParameter>? parameter})
const
factory
StructureMapTarget.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
StructureMapTarget.fromJsonString(String source)
Acts like a constructor, returns a StructureMapTarget, accepts a String as an argument, mostly because I got tired of typing it out
factory
StructureMapTarget.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

context String?
no setterinherited
contextElement Element?
no setterinherited
contextType StructureMapTargetContextType?
no setterinherited
contextTypeElement Element?
no setterinherited
copyWith → $StructureMapTargetCopyWith<StructureMapTarget>
no setterinherited
element String?
no setterinherited
elementElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
listMode List<StructureMapTargetListMode>?
no setterinherited
listModeElement List<Element?>?
no setterinherited
listRuleId FhirId?
no setterinherited
listRuleIdElement Element?
no setterinherited
parameter List<StructureMapParameter>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform StructureMapTargetTransform?
no setterinherited
transformElement Element?
no setterinherited
variable String?
no setterinherited
variableElement Element?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

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