isObjectType property

bool isObjectType

Returns true if type is Object.

Implementation

bool get isObjectType => type == Object;