method Object.hasOwnProperty
Private
Object.hasOwnProperty(v: PropertyKey): boolean

Determines whether an object has a property with the specified name.

Parameters

A property name.

Return Type

boolean