all property
bool Function(bool (KeyValuePair<K, T> ))
get
all
Implementation
_i2.bool Function(_i2.bool Function(_i3.KeyValuePair<K, T>)) get all =>
(_i2.bool Function(_i3.KeyValuePair<K, T>) p0) => _i4.callMethod(
_i4.getProperty(
this,
'all',
),
r'call',
[
this,
_i4.allowInterop(p0),
],
);
set
all
(bool value(bool (KeyValuePair<K, T> )))
Implementation
set all(_i2.bool Function(_i2.bool Function(_i3.KeyValuePair<K, T>)) value) {
_i4.setProperty(
this,
'all',
_i4.allowInterop(value),
);
}