c property

num c
override

Implementation

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

Implementation

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