photo property

  1. @JsonKey(name: 'Photo')
List<Attachment>? photo
inherited

Image of the patient.

Implementation

@JsonKey(name: 'Photo')
List<Attachment>? get photo => throw _privateConstructorUsedError;