length property

int get length

Shorthand for document.length.

Implementation

int get length => document.length;