clientY property
int
get
clientY
Implementation
int get clientY => js_util.getProperty(this, 'clientY');
set
clientY
(int newValue)
Implementation
set clientY(int newValue) {
js_util.setProperty(this, 'clientY', newValue);
}