num b

Source

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

Source

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