location property

Offset? location

The position of the last event sent by this object.

If no event has ever been sent by this object, returns null.

Implementation

Offset? get location => _location;