multipleBirthBoolean property

  1. @JsonKey(name: 'MultipleBirthBoolean')
bool? multipleBirthBoolean
inherited

Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer).

Implementation

@JsonKey(name: 'MultipleBirthBoolean')
bool? get multipleBirthBoolean => throw _privateConstructorUsedError;