create static method

UserInfo create()

Implementation

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