int scrollHeight
@DocsEditable(), @DomName('Element.scrollHeight')

Source

@DomName('Element.scrollHeight')
@DocsEditable()
int get scrollHeight => JS('num', '#.scrollHeight', this).round();