a property

double a

Implementation

double get a => d1;
void a=(double a)

Implementation

set a(double a) {
  d1 = a;
}