f property Null safety

num? f

Implementation

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

Implementation

set f(num? value) native;