num a

Source

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

Source

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