QuestionnaireResponseGroupQuestion class

Annotations
  • @freezed

Constructors

QuestionnaireResponseGroupQuestion({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, @JsonKey(name: 'fhir_comments') List<String>? fhirComments, String? linkId, @JsonKey(name: '_linkId') Element? linkIdElement, String? text, List<QuestionnaireResponseQuestionAnswer>? answer})
const
factory
QuestionnaireResponseGroupQuestion.fromJson(Map<String, dynamic> json)
factory
QuestionnaireResponseGroupQuestion.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

answer List<QuestionnaireResponseQuestionAnswer>?
no setterinherited
copyWith → $QuestionnaireResponseGroupQuestionCopyWith<QuestionnaireResponseGroupQuestion>
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirComments List<String>?
no setterinherited
fhirId FhirId?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
linkId String?
no setterinherited
linkIdElement Element?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
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