f property

num f
override

Implementation

num get f => JS("num", "#.f", this);
void f= (num value)

Implementation

set f(num value) {
  JS("void", "#.f = #", this, value);
}