location property

Point<int> location

The location of the element.

This is assumed to be the upper left corner of the element, but its implementation is not well defined in the JSON spec.

Implementation

Point<int> get location => _client.send(
    _handler.element.buildLocationRequest(id),
    _handler.element.parseLocationResponse);