size property Null safety

num? size

Implementation

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

Implementation

set size(num? value) native;