prefix property

String prefix
@JsonKey(defaultValue: ""), read / write

Prefix (US) or title, e.g. Dr, Mr, Sir, etc

Implementation

@JsonKey(defaultValue: "")
String prefix;