put property
IDBRequest<Object> Function([dynamic, Object?])
get
put
Implementation
_i3.IDBRequest<_i2.Object> Function([
_i2.dynamic,
_i2.Object?,
]) get put => ([
_i2.dynamic p0,
_i2.Object? p1,
]) =>
_i4.callMethod(
_i4.getProperty(
this,
'put',
),
r'call',
[
this,
p0,
p1 ?? _i6.undefined ?? _i6.undefined,
],
);
set
put
(IDBRequest<Object> value([dynamic, Object?]))
Implementation
set put(
_i3.IDBRequest<_i2.Object> Function([
_i2.dynamic,
_i2.Object?,
]) value) {
_i4.setProperty(
this,
'put',
_i4.allowInterop(value),
);
}