Attachment class

Annotations
  • @freezed

Constructors

Attachment({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, @JsonKey(name: 'fhir_comments') List<String>? fhirComments, FhirCode? contentType, @JsonKey(name: '_contentType') Element? contentTypeElement, FhirCode? language, @JsonKey(name: '_language') Element? languageElement, FhirBase64Binary? data, @JsonKey(name: '_data') Element? dataElement, FhirUri? url, @JsonKey(name: '_url') Element? urlElement, FhirUnsignedInt? size, @JsonKey(name: '_size') Element? sizeElement, FhirBase64Binary? hash, @JsonKey(name: '_hash') Element? hashElement, String? title, @JsonKey(name: '_title') Element? titleElement, FhirDateTime? creation, @JsonKey(name: '_creation') Element? creationElement})
const
factory
Attachment.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
Attachment.fromJsonString(String source)
Acts like a constructor, returns a Attachment, accepts a String as an argument, mostly because I got tired of typing it out
factory
Attachment.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

contentType FhirCode?
no setterinherited
contentTypeElement Element?
no setterinherited
copyWith → $AttachmentCopyWith<Attachment>
no setterinherited
creation FhirDateTime?
no setterinherited
creationElement Element?
no setterinherited
data FhirBase64Binary?
no setterinherited
dataElement Element?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirComments List<String>?
no setterinherited
fhirId FhirId?
no setterinherited
hash FhirBase64Binary?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hashElement Element?
no setterinherited
language FhirCode?
no setterinherited
languageElement Element?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size FhirUnsignedInt?
no setterinherited
sizeElement Element?
no setterinherited
title String?
no setterinherited
titleElement Element?
no setterinherited
url FhirUri?
no setterinherited
urlElement 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