a property

num a
override

Implementation

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

Implementation

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