getType

getType(): Type;

The getType method of the Any primitive type returns the type of the value assigned to the receiver.

If no value or a null object is assigned to the receiver, the method returns null.

2020.0.01 and higher