initials property

String? initials
final

Concatenation that typically contains the first letter of the GivenName, the first letter of the middle name if one exists, and the first letter of the SurName.

Implementation

final String? initials;