create static method

UserProfile create()

Implementation

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