create static method

PersonName create()

Implementation

@$core.pragma('dart2js:noInline')
static PersonName create() => PersonName._();