length property

int? get length

Implementation

int? get length native;
set length (int? value)

Implementation

set length(int? value) native;