size property

int? get size

Implementation

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

Implementation

set size(int? value) native;