getDefault static method

Employee getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static Employee getDefault() =>
    _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Employee>(create);