has method

bool has(
  1. dynamic object
)

Implementation

bool has( object ) {
		return properties.has( object );
	}