b property Null safety

num? b
override

Implementation

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

Implementation

set b(num? value) native;