ImagingObjectSelectionInstanceFrames class

Annotations
  • @freezed

Constructors

ImagingObjectSelectionInstanceFrames({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, FhirExtension? modifierExte, required List<FhirUnsignedInt> frameNumbers, required FhirUri url})
const
factory
ImagingObjectSelectionInstanceFrames.fromJson(Map<String, dynamic> json)
factory
ImagingObjectSelectionInstanceFrames.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

copyWith → $ImagingObjectSelectionInstanceFramesCopyWith<ImagingObjectSelectionInstanceFrames>
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirId FhirId?
no setterinherited
frameNumbers List<FhirUnsignedInt>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifierExte FhirExtension?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url FhirUri
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
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