g property

double g

Implementation

double get g => y;
void g=(double arg)

Implementation

set g(double arg) => y = arg;