getDefault static method

UserChange getDefault()

Implementation

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