hasObject property

  1. @override
bool hasObject
override

Returns true if this instances has an associated object (O).

Implementation

@override
bool get hasObject => object != null;