isObject property

bool isObject

Returns true if type is Object.

Implementation

bool get isObject => _typeWrapper.isObject;