TestScriptMetadataCapability class

Annotations
  • @freezed

Constructors

TestScriptMetadataCapability({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, @JsonKey(name: 'required') FhirBoolean? required_, @JsonKey(name: '_required') Element? requiredElement, FhirBoolean? validated, @JsonKey(name: '_validated') Element? validatedElement, String? description, @JsonKey(name: '_description') Element? descriptionElement, FhirInteger? destination, @JsonKey(name: '_destination') Element? destinationElement, List<FhirUri>? link, @JsonKey(name: '_link') List<Element?>? linkElement, required Reference conformance})
const
factory
TestScriptMetadataCapability.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
TestScriptMetadataCapability.fromJsonString(String source)
Acts like a constructor, returns a TestScriptMetadataCapability, accepts a String as an argument, mostly because I got tired of typing it out
factory
TestScriptMetadataCapability.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

conformance Reference
no setterinherited
copyWith → $TestScriptMetadataCapabilityCopyWith<TestScriptMetadataCapability>
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
destination FhirInteger?
no setterinherited
destinationElement Element?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirId FhirId?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
no setterinherited
linkElement List<Element?>?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
required_ FhirBoolean?
no setterinherited
requiredElement Element?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validated FhirBoolean?
no setterinherited
validatedElement 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