a property Null safety

num? a

Implementation

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

Implementation

set a(num? value) native;