object property

Object? get object

Implementation

Object? get object => isA<JSObject>() ? _any as Object : null;