save property
Future Function()
get
save
Implementation
_i2.Future<_i2.dynamic> Function() get save =>
() => _i5.promiseToFuture(_i5.callMethod(
_i5.getProperty(
this,
'save',
),
r'call',
[this],
));
set
save
(Future value())
Implementation
set save(_i2.Future<_i2.dynamic> Function() value) {
_i5.setProperty(
this,
'save',
_i5.allowInterop(value),
);
}