firstName property

String? get firstName

Given name and middle name if applicable

Implementation

String? get firstName => getField('First Name');