SequenceReferenceSeq class

Annotations
  • @freezed

Constructors

SequenceReferenceSeq({CodeableConcept? chromosome, String? genomeBuild, @JsonKey(name: '_genomeBuild') Element? genomeBuildElement, CodeableConcept? referenceSeqId, Reference? referenceSeqPointer, String? referenceSeqString, @JsonKey(name: '_referenceSeqString') Element? referenceSeqStringElement, FhirDecimal? strand, @JsonKey(name: '_strand') Element? strandElement, FhirDecimal? windowStart, @JsonKey(name: '_windowStart') Element? windowStartElement, FhirDecimal? windowEnd, @JsonKey(name: '_windowEnd') Element? windowEndElement})
const
factory
SequenceReferenceSeq.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
SequenceReferenceSeq.fromJsonString(String source)
Acts like a constructor, returns a SequenceReferenceSeq, accepts a String as an argument, mostly because I got tired of typing it out
factory
SequenceReferenceSeq.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

chromosome CodeableConcept?
no setterinherited
copyWith → $SequenceReferenceSeqCopyWith<SequenceReferenceSeq>
no setterinherited
genomeBuild String?
no setterinherited
genomeBuildElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
referenceSeqId CodeableConcept?
no setterinherited
referenceSeqPointer Reference?
no setterinherited
referenceSeqString String?
no setterinherited
referenceSeqStringElement Element?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strand FhirDecimal?
no setterinherited
strandElement Element?
no setterinherited
windowEnd FhirDecimal?
no setterinherited
windowEndElement Element?
no setterinherited
windowStart FhirDecimal?
no setterinherited
windowStartElement 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