given property

FixedList<String>? get given

Given names (not always 'first'). Includes middle names.

Type: List

Implementation

FixedList<String>? get given => givenField.getValue(_json);