TestScriptCapability class

Annotations
  • @freezed

Constructors

TestScriptCapability({@JsonKey(name: 'required') FhirBoolean? required_, @JsonKey(name: '_required') Element? requiredElement, FhirBoolean? validated, @JsonKey(name: '_validated') Element? validatedElement, String? description, @JsonKey(name: '_description') Element? descriptionElement, List<FhirDecimal>? origin, @JsonKey(name: '_origin') List<Element?>? originElement, FhirDecimal? destination, @JsonKey(name: '_destination') Element? destinationElement, List<String>? link, @JsonKey(name: '_link') List<Element?>? linkElement, required Reference capabilities})
const
factory
TestScriptCapability.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
TestScriptCapability.fromJsonString(String source)
Acts like a constructor, returns a TestScriptCapability, accepts a String as an argument, mostly because I got tired of typing it out
factory
TestScriptCapability.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

capabilities Reference
no setterinherited
copyWith → $TestScriptCapabilityCopyWith<TestScriptCapability>
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
destination FhirDecimal?
no setterinherited
destinationElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
no setterinherited
linkElement List<Element?>?
no setterinherited
origin List<FhirDecimal>?
no setterinherited
originElement List<Element?>?
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