OperationDefinitionBinding class

Annotations
  • @freezed

Constructors

OperationDefinitionBinding({@JsonKey(name: 'extension') List<FhirExtension>? extension_, OperationDefinitionBindingStrength? strength, @JsonKey(name: '_strength') Element? strengthElement, String? valueSetUri, @JsonKey(name: '_valueSetUri') Element? valueSetUriElement, Reference? valueSetReference})
const
factory
OperationDefinitionBinding.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
OperationDefinitionBinding.fromJsonString(String source)
Acts like a constructor, returns a OperationDefinitionBinding, accepts a String as an argument, mostly because I got tired of typing it out
factory
OperationDefinitionBinding.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

copyWith → $OperationDefinitionBindingCopyWith<OperationDefinitionBinding>
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strength OperationDefinitionBindingStrength?
no setterinherited
strengthElement Element?
no setterinherited
valueSetReference Reference?
no setterinherited
valueSetUri String?
no setterinherited
valueSetUriElement 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