g property

double get g

Implementation

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

Implementation

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