save property

XAction save

Implementation

static XAction get save => _save;
void save=(XAction newValue)

Implementation

static set save(XAction newValue) => _save = newValue;