save property
void Function()
get
save
Implementation
void Function() get save => () => _i4.callMethod(
_i4.getProperty(
this,
'save',
),
r'call',
[this],
);
set
save
(void value())
Implementation
set save(void Function() value) {
_i4.setProperty(
this,
'save',
_i4.allowInterop(value),
);
}