isObjectType property

bool get isObjectType

Returns true if type is Object.

Implementation

bool get isObjectType => type == Object;