create static method

Employee create()

Implementation

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