isAnyType property

bool isAnyType

Returns true if type is Object or dynamic.

Implementation

bool get isAnyType => _typeWrapper.isAnyType;