set property
Map Function(K, V)
get
set
Implementation
_i6.Map<_i2.dynamic, _i2.dynamic> Function(
K,
V,
) get set => (
K p0,
V p1,
) =>
_i4.callMethod(
_i4.getProperty(
this,
'set',
),
r'call',
[
this,
p0,
p1,
],
);
set
set
(Map value(K, V))
Implementation
set set(
_i6.Map<_i2.dynamic, _i2.dynamic> Function(
K,
V,
) value) {
_i4.setProperty(
this,
'set',
_i4.allowInterop(value),
);
}