size property Null safety

int? size

Implementation

int? get size native;
void size=(int? value)

Implementation

set size(int? value) native;