num b

Source

num get b =>  _data[1];
void b=(num n)

Source

set b (num n) {
  _data[1] = n.toDouble();
}