prefix property

  1. @JsonKey(name: 'Prefix')
List<String?>? prefix
inherited

Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.

Implementation

@JsonKey(name: 'Prefix')
List<String?>? get prefix => throw _privateConstructorUsedError;