size property Null safety

int? size

Implementation

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

Implementation

set size(int? value);