location property Null safety
The location within the document of this element.
Implementation
Future<Point<int>> get location => _client.send(
_handler.element.buildLocationRequest(id),
_handler.element.parseLocationResponse);
The location within the document of this element.
Future<Point<int>> get location => _client.send(
_handler.element.buildLocationRequest(id),
_handler.element.parseLocationResponse);