middleName property

String? middleName

Middle name(s) of the End-User.

Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used.

Implementation

String? get middleName => this['middle_name'];